@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelCardExportJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the Amazon SageMaker Model Card export job.
Constructor and Description |
---|
ModelCardExportJobSummary() |
Modifier and Type | Method and Description |
---|---|
ModelCardExportJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The date and time that the model card export job was created.
|
Date |
getLastModifiedAt()
The date and time that the model card export job was last modified..
|
String |
getModelCardExportJobArn()
The Amazon Resource Name (ARN) of the model card export job.
|
String |
getModelCardExportJobName()
The name of the model card export job.
|
String |
getModelCardName()
The name of the model card that the export job exports.
|
Integer |
getModelCardVersion()
The version of the model card that the export job exports.
|
String |
getStatus()
The completion status of the model card export job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The date and time that the model card export job was created.
|
void |
setLastModifiedAt(Date lastModifiedAt)
The date and time that the model card export job was last modified..
|
void |
setModelCardExportJobArn(String modelCardExportJobArn)
The Amazon Resource Name (ARN) of the model card export job.
|
void |
setModelCardExportJobName(String modelCardExportJobName)
The name of the model card export job.
|
void |
setModelCardName(String modelCardName)
The name of the model card that the export job exports.
|
void |
setModelCardVersion(Integer modelCardVersion)
The version of the model card that the export job exports.
|
void |
setStatus(String status)
The completion status of the model card export job.
|
String |
toString()
Returns a string representation of this object.
|
ModelCardExportJobSummary |
withCreatedAt(Date createdAt)
The date and time that the model card export job was created.
|
ModelCardExportJobSummary |
withLastModifiedAt(Date lastModifiedAt)
The date and time that the model card export job was last modified..
|
ModelCardExportJobSummary |
withModelCardExportJobArn(String modelCardExportJobArn)
The Amazon Resource Name (ARN) of the model card export job.
|
ModelCardExportJobSummary |
withModelCardExportJobName(String modelCardExportJobName)
The name of the model card export job.
|
ModelCardExportJobSummary |
withModelCardName(String modelCardName)
The name of the model card that the export job exports.
|
ModelCardExportJobSummary |
withModelCardVersion(Integer modelCardVersion)
The version of the model card that the export job exports.
|
ModelCardExportJobSummary |
withStatus(ModelCardExportJobStatus status)
The completion status of the model card export job.
|
ModelCardExportJobSummary |
withStatus(String status)
The completion status of the model card export job.
|
public void setModelCardExportJobName(String modelCardExportJobName)
The name of the model card export job.
modelCardExportJobName
- The name of the model card export job.public String getModelCardExportJobName()
The name of the model card export job.
public ModelCardExportJobSummary withModelCardExportJobName(String modelCardExportJobName)
The name of the model card export job.
modelCardExportJobName
- The name of the model card export job.public void setModelCardExportJobArn(String modelCardExportJobArn)
The Amazon Resource Name (ARN) of the model card export job.
modelCardExportJobArn
- The Amazon Resource Name (ARN) of the model card export job.public String getModelCardExportJobArn()
The Amazon Resource Name (ARN) of the model card export job.
public ModelCardExportJobSummary withModelCardExportJobArn(String modelCardExportJobArn)
The Amazon Resource Name (ARN) of the model card export job.
modelCardExportJobArn
- The Amazon Resource Name (ARN) of the model card export job.public void setStatus(String status)
The completion status of the model card export job.
status
- The completion status of the model card export job.ModelCardExportJobStatus
public String getStatus()
The completion status of the model card export job.
ModelCardExportJobStatus
public ModelCardExportJobSummary withStatus(String status)
The completion status of the model card export job.
status
- The completion status of the model card export job.ModelCardExportJobStatus
public ModelCardExportJobSummary withStatus(ModelCardExportJobStatus status)
The completion status of the model card export job.
status
- The completion status of the model card export job.ModelCardExportJobStatus
public void setModelCardName(String modelCardName)
The name of the model card that the export job exports.
modelCardName
- The name of the model card that the export job exports.public String getModelCardName()
The name of the model card that the export job exports.
public ModelCardExportJobSummary withModelCardName(String modelCardName)
The name of the model card that the export job exports.
modelCardName
- The name of the model card that the export job exports.public void setModelCardVersion(Integer modelCardVersion)
The version of the model card that the export job exports.
modelCardVersion
- The version of the model card that the export job exports.public Integer getModelCardVersion()
The version of the model card that the export job exports.
public ModelCardExportJobSummary withModelCardVersion(Integer modelCardVersion)
The version of the model card that the export job exports.
modelCardVersion
- The version of the model card that the export job exports.public void setCreatedAt(Date createdAt)
The date and time that the model card export job was created.
createdAt
- The date and time that the model card export job was created.public Date getCreatedAt()
The date and time that the model card export job was created.
public ModelCardExportJobSummary withCreatedAt(Date createdAt)
The date and time that the model card export job was created.
createdAt
- The date and time that the model card export job was created.public void setLastModifiedAt(Date lastModifiedAt)
The date and time that the model card export job was last modified..
lastModifiedAt
- The date and time that the model card export job was last modified..public Date getLastModifiedAt()
The date and time that the model card export job was last modified..
public ModelCardExportJobSummary withLastModifiedAt(Date lastModifiedAt)
The date and time that the model card export job was last modified..
lastModifiedAt
- The date and time that the model card export job was last modified..public String toString()
toString
in class Object
Object.toString()
public ModelCardExportJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.