@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelCardVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of a specific version of the model card.
Constructor and Description |
---|
ModelCardVersionSummary() |
Modifier and Type | Method and Description |
---|---|
ModelCardVersionSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The date and time that the model card version was created.
|
Date |
getLastModifiedTime()
The time date and time that the model card version was last modified.
|
String |
getModelCardArn()
The Amazon Resource Name (ARN) of the model card.
|
String |
getModelCardName()
The name of the model card.
|
String |
getModelCardStatus()
The approval status of the model card version within your organization.
|
Integer |
getModelCardVersion()
A version of the model card.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The date and time that the model card version was created.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The time date and time that the model card version was last modified.
|
void |
setModelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) of the model card.
|
void |
setModelCardName(String modelCardName)
The name of the model card.
|
void |
setModelCardStatus(String modelCardStatus)
The approval status of the model card version within your organization.
|
void |
setModelCardVersion(Integer modelCardVersion)
A version of the model card.
|
String |
toString()
Returns a string representation of this object.
|
ModelCardVersionSummary |
withCreationTime(Date creationTime)
The date and time that the model card version was created.
|
ModelCardVersionSummary |
withLastModifiedTime(Date lastModifiedTime)
The time date and time that the model card version was last modified.
|
ModelCardVersionSummary |
withModelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) of the model card.
|
ModelCardVersionSummary |
withModelCardName(String modelCardName)
The name of the model card.
|
ModelCardVersionSummary |
withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card version within your organization.
|
ModelCardVersionSummary |
withModelCardStatus(String modelCardStatus)
The approval status of the model card version within your organization.
|
ModelCardVersionSummary |
withModelCardVersion(Integer modelCardVersion)
A version of the model card.
|
public void setModelCardName(String modelCardName)
The name of the model card.
modelCardName
- The name of the model card.public String getModelCardName()
The name of the model card.
public ModelCardVersionSummary withModelCardName(String modelCardName)
The name of the model card.
modelCardName
- The name of the model card.public void setModelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) of the model card.
modelCardArn
- The Amazon Resource Name (ARN) of the model card.public String getModelCardArn()
The Amazon Resource Name (ARN) of the model card.
public ModelCardVersionSummary withModelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) of the model card.
modelCardArn
- The Amazon Resource Name (ARN) of the model card.public void setModelCardStatus(String modelCardStatus)
The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.
Draft
: The model card is a work in progress.
PendingReview
: The model card is pending review.
Approved
: The model card is approved.
Archived
: The model card is archived. No more updates should be made to the model card, but it can
still be exported.
modelCardStatus
- The approval status of the model card version within your organization. Different organizations might have
different criteria for model card review and approval.
Draft
: The model card is a work in progress.
PendingReview
: The model card is pending review.
Approved
: The model card is approved.
Archived
: The model card is archived. No more updates should be made to the model card, but
it can still be exported.
ModelCardStatus
public String getModelCardStatus()
The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.
Draft
: The model card is a work in progress.
PendingReview
: The model card is pending review.
Approved
: The model card is approved.
Archived
: The model card is archived. No more updates should be made to the model card, but it can
still be exported.
Draft
: The model card is a work in progress.
PendingReview
: The model card is pending review.
Approved
: The model card is approved.
Archived
: The model card is archived. No more updates should be made to the model card, but
it can still be exported.
ModelCardStatus
public ModelCardVersionSummary withModelCardStatus(String modelCardStatus)
The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.
Draft
: The model card is a work in progress.
PendingReview
: The model card is pending review.
Approved
: The model card is approved.
Archived
: The model card is archived. No more updates should be made to the model card, but it can
still be exported.
modelCardStatus
- The approval status of the model card version within your organization. Different organizations might have
different criteria for model card review and approval.
Draft
: The model card is a work in progress.
PendingReview
: The model card is pending review.
Approved
: The model card is approved.
Archived
: The model card is archived. No more updates should be made to the model card, but
it can still be exported.
ModelCardStatus
public ModelCardVersionSummary withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.
Draft
: The model card is a work in progress.
PendingReview
: The model card is pending review.
Approved
: The model card is approved.
Archived
: The model card is archived. No more updates should be made to the model card, but it can
still be exported.
modelCardStatus
- The approval status of the model card version within your organization. Different organizations might have
different criteria for model card review and approval.
Draft
: The model card is a work in progress.
PendingReview
: The model card is pending review.
Approved
: The model card is approved.
Archived
: The model card is archived. No more updates should be made to the model card, but
it can still be exported.
ModelCardStatus
public void setModelCardVersion(Integer modelCardVersion)
A version of the model card.
modelCardVersion
- A version of the model card.public Integer getModelCardVersion()
A version of the model card.
public ModelCardVersionSummary withModelCardVersion(Integer modelCardVersion)
A version of the model card.
modelCardVersion
- A version of the model card.public void setCreationTime(Date creationTime)
The date and time that the model card version was created.
creationTime
- The date and time that the model card version was created.public Date getCreationTime()
The date and time that the model card version was created.
public ModelCardVersionSummary withCreationTime(Date creationTime)
The date and time that the model card version was created.
creationTime
- The date and time that the model card version was created.public void setLastModifiedTime(Date lastModifiedTime)
The time date and time that the model card version was last modified.
lastModifiedTime
- The time date and time that the model card version was last modified.public Date getLastModifiedTime()
The time date and time that the model card version was last modified.
public ModelCardVersionSummary withLastModifiedTime(Date lastModifiedTime)
The time date and time that the model card version was last modified.
lastModifiedTime
- The time date and time that the model card version was last modified.public String toString()
toString
in class Object
Object.toString()
public ModelCardVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.