@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelCustomizationJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about one customization job
| Constructor and Description |
|---|
ModelCustomizationJobSummary() |
| Modifier and Type | Method and Description |
|---|---|
ModelCustomizationJobSummary |
clone() |
boolean |
equals(Object obj) |
String |
getBaseModelArn()
ARN of the base model.
|
Date |
getCreationTime()
Creation time of the custom model.
|
String |
getCustomizationType()
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
|
String |
getCustomModelArn()
ARN of the custom model.
|
String |
getCustomModelName()
Name of the custom model.
|
Date |
getEndTime()
Time that the customization job ended.
|
String |
getJobArn()
ARN of the customization job.
|
String |
getJobName()
Name of the customization job.
|
Date |
getLastModifiedTime()
Time that the customization job was last modified.
|
String |
getStatus()
Status of the customization job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBaseModelArn(String baseModelArn)
ARN of the base model.
|
void |
setCreationTime(Date creationTime)
Creation time of the custom model.
|
void |
setCustomizationType(String customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
|
void |
setCustomModelArn(String customModelArn)
ARN of the custom model.
|
void |
setCustomModelName(String customModelName)
Name of the custom model.
|
void |
setEndTime(Date endTime)
Time that the customization job ended.
|
void |
setJobArn(String jobArn)
ARN of the customization job.
|
void |
setJobName(String jobName)
Name of the customization job.
|
void |
setLastModifiedTime(Date lastModifiedTime)
Time that the customization job was last modified.
|
void |
setStatus(String status)
Status of the customization job.
|
String |
toString()
Returns a string representation of this object.
|
ModelCustomizationJobSummary |
withBaseModelArn(String baseModelArn)
ARN of the base model.
|
ModelCustomizationJobSummary |
withCreationTime(Date creationTime)
Creation time of the custom model.
|
ModelCustomizationJobSummary |
withCustomizationType(CustomizationType customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
|
ModelCustomizationJobSummary |
withCustomizationType(String customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
|
ModelCustomizationJobSummary |
withCustomModelArn(String customModelArn)
ARN of the custom model.
|
ModelCustomizationJobSummary |
withCustomModelName(String customModelName)
Name of the custom model.
|
ModelCustomizationJobSummary |
withEndTime(Date endTime)
Time that the customization job ended.
|
ModelCustomizationJobSummary |
withJobArn(String jobArn)
ARN of the customization job.
|
ModelCustomizationJobSummary |
withJobName(String jobName)
Name of the customization job.
|
ModelCustomizationJobSummary |
withLastModifiedTime(Date lastModifiedTime)
Time that the customization job was last modified.
|
ModelCustomizationJobSummary |
withStatus(ModelCustomizationJobStatus status)
Status of the customization job.
|
ModelCustomizationJobSummary |
withStatus(String status)
Status of the customization job.
|
public void setJobArn(String jobArn)
ARN of the customization job.
jobArn - ARN of the customization job.public String getJobArn()
ARN of the customization job.
public ModelCustomizationJobSummary withJobArn(String jobArn)
ARN of the customization job.
jobArn - ARN of the customization job.public void setBaseModelArn(String baseModelArn)
ARN of the base model.
baseModelArn - ARN of the base model.public String getBaseModelArn()
ARN of the base model.
public ModelCustomizationJobSummary withBaseModelArn(String baseModelArn)
ARN of the base model.
baseModelArn - ARN of the base model.public void setJobName(String jobName)
Name of the customization job.
jobName - Name of the customization job.public String getJobName()
Name of the customization job.
public ModelCustomizationJobSummary withJobName(String jobName)
Name of the customization job.
jobName - Name of the customization job.public void setStatus(String status)
Status of the customization job.
status - Status of the customization job.ModelCustomizationJobStatuspublic String getStatus()
Status of the customization job.
ModelCustomizationJobStatuspublic ModelCustomizationJobSummary withStatus(String status)
Status of the customization job.
status - Status of the customization job.ModelCustomizationJobStatuspublic ModelCustomizationJobSummary withStatus(ModelCustomizationJobStatus status)
Status of the customization job.
status - Status of the customization job.ModelCustomizationJobStatuspublic void setLastModifiedTime(Date lastModifiedTime)
Time that the customization job was last modified.
lastModifiedTime - Time that the customization job was last modified.public Date getLastModifiedTime()
Time that the customization job was last modified.
public ModelCustomizationJobSummary withLastModifiedTime(Date lastModifiedTime)
Time that the customization job was last modified.
lastModifiedTime - Time that the customization job was last modified.public void setCreationTime(Date creationTime)
Creation time of the custom model.
creationTime - Creation time of the custom model.public Date getCreationTime()
Creation time of the custom model.
public ModelCustomizationJobSummary withCreationTime(Date creationTime)
Creation time of the custom model.
creationTime - Creation time of the custom model.public void setEndTime(Date endTime)
Time that the customization job ended.
endTime - Time that the customization job ended.public Date getEndTime()
Time that the customization job ended.
public ModelCustomizationJobSummary withEndTime(Date endTime)
Time that the customization job ended.
endTime - Time that the customization job ended.public void setCustomModelArn(String customModelArn)
ARN of the custom model.
customModelArn - ARN of the custom model.public String getCustomModelArn()
ARN of the custom model.
public ModelCustomizationJobSummary withCustomModelArn(String customModelArn)
ARN of the custom model.
customModelArn - ARN of the custom model.public void setCustomModelName(String customModelName)
Name of the custom model.
customModelName - Name of the custom model.public String getCustomModelName()
Name of the custom model.
public ModelCustomizationJobSummary withCustomModelName(String customModelName)
Name of the custom model.
customModelName - Name of the custom model.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.CustomizationTypepublic 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.
CustomizationTypepublic ModelCustomizationJobSummary 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.CustomizationTypepublic ModelCustomizationJobSummary 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.CustomizationTypepublic String toString()
toString in class ObjectObject.toString()public ModelCustomizationJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.