@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateModelCardRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateModelCardRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateModelCardRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getContent()
The updated model card content.
|
String |
getModelCardName()
The name or Amazon Resource Name (ARN) of the model card to update.
|
String |
getModelCardStatus()
The approval status of the model card within your organization.
|
int |
hashCode() |
void |
setContent(String content)
The updated model card content.
|
void |
setModelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card to update.
|
void |
setModelCardStatus(String modelCardStatus)
The approval status of the model card within your organization.
|
String |
toString()
Returns a string representation of this object.
|
UpdateModelCardRequest |
withContent(String content)
The updated model card content.
|
UpdateModelCardRequest |
withModelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card to update.
|
UpdateModelCardRequest |
withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
UpdateModelCardRequest |
withModelCardStatus(String modelCardStatus)
The approval status of the model card within your organization.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setModelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card to update.
modelCardName
- The name or Amazon Resource Name (ARN) of the model card to update.public String getModelCardName()
The name or Amazon Resource Name (ARN) of the model card to update.
public UpdateModelCardRequest withModelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card to update.
modelCardName
- The name or Amazon Resource Name (ARN) of the model card to update.public void setContent(String content)
The updated model card content. Content must be in model card JSON schema and provided as a string.
When updating model card content, be sure to include the full content and not just updated content.
content
- The updated model card content. Content must be in model card
JSON schema and provided as a string.
When updating model card content, be sure to include the full content and not just updated content.
public String getContent()
The updated model card content. Content must be in model card JSON schema and provided as a string.
When updating model card content, be sure to include the full content and not just updated content.
When updating model card content, be sure to include the full content and not just updated content.
public UpdateModelCardRequest withContent(String content)
The updated model card content. Content must be in model card JSON schema and provided as a string.
When updating model card content, be sure to include the full content and not just updated content.
content
- The updated model card content. Content must be in model card
JSON schema and provided as a string.
When updating model card content, be sure to include the full content and not just updated content.
public void setModelCardStatus(String modelCardStatus)
The approval status of the model card 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 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 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 UpdateModelCardRequest withModelCardStatus(String modelCardStatus)
The approval status of the model card 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 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 UpdateModelCardRequest withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card 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 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 toString()
toString
in class Object
Object.toString()
public UpdateModelCardRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()