@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomModelSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information for a custom model.
Constructor and Description |
---|
CustomModelSummary() |
Modifier and Type | Method and Description |
---|---|
CustomModelSummary |
clone() |
boolean |
equals(Object obj) |
String |
getBaseModelArn()
The base model ARN.
|
String |
getBaseModelName()
The base model name.
|
Date |
getCreationTime()
Creation time of the model.
|
String |
getCustomizationType()
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
|
String |
getModelArn()
The ARN of the custom model.
|
String |
getModelName()
The name of the custom model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBaseModelArn(String baseModelArn)
The base model ARN.
|
void |
setBaseModelName(String baseModelName)
The base model name.
|
void |
setCreationTime(Date creationTime)
Creation time of the model.
|
void |
setCustomizationType(String customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
|
void |
setModelArn(String modelArn)
The ARN of the custom model.
|
void |
setModelName(String modelName)
The name of the custom model.
|
String |
toString()
Returns a string representation of this object.
|
CustomModelSummary |
withBaseModelArn(String baseModelArn)
The base model ARN.
|
CustomModelSummary |
withBaseModelName(String baseModelName)
The base model name.
|
CustomModelSummary |
withCreationTime(Date creationTime)
Creation time of the model.
|
CustomModelSummary |
withCustomizationType(CustomizationType customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
|
CustomModelSummary |
withCustomizationType(String customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
|
CustomModelSummary |
withModelArn(String modelArn)
The ARN of the custom model.
|
CustomModelSummary |
withModelName(String modelName)
The name of the custom model.
|
public void setModelArn(String modelArn)
The ARN of the custom model.
modelArn
- The ARN of the custom model.public String getModelArn()
The ARN of the custom model.
public CustomModelSummary withModelArn(String modelArn)
The ARN of the custom model.
modelArn
- The ARN of the custom model.public void setModelName(String modelName)
The name of the custom model.
modelName
- The name of the custom model.public String getModelName()
The name of the custom model.
public CustomModelSummary withModelName(String modelName)
The name of the custom model.
modelName
- The name of the custom model.public void setCreationTime(Date creationTime)
Creation time of the model.
creationTime
- Creation time of the model.public Date getCreationTime()
Creation time of the model.
public CustomModelSummary withCreationTime(Date creationTime)
Creation time of the model.
creationTime
- Creation time of the model.public void setBaseModelArn(String baseModelArn)
The base model ARN.
baseModelArn
- The base model ARN.public String getBaseModelArn()
The base model ARN.
public CustomModelSummary withBaseModelArn(String baseModelArn)
The base model ARN.
baseModelArn
- The base model ARN.public void setBaseModelName(String baseModelName)
The base model name.
baseModelName
- The base model name.public String getBaseModelName()
The base model name.
public CustomModelSummary withBaseModelName(String baseModelName)
The base model name.
baseModelName
- The base model name.public void setCustomizationType(String customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
customizationType
- Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more
information, see Custom
models.CustomizationType
public String getCustomizationType()
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
CustomizationType
public CustomModelSummary withCustomizationType(String customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
customizationType
- Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more
information, see Custom
models.CustomizationType
public CustomModelSummary withCustomizationType(CustomizationType customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
customizationType
- Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more
information, see Custom
models.CustomizationType
public String toString()
toString
in class Object
Object.toString()
public CustomModelSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.