@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeModelCardExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeModelCardExportJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeModelCardExportJobResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The date and time that the model export job was created.
|
ModelCardExportArtifacts |
getExportArtifacts()
The exported model card artifacts.
|
String |
getFailureReason()
The failure reason if the model export job fails.
|
Date |
getLastModifiedAt()
The date and time that the model 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 to describe.
|
String |
getModelCardName()
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
|
Integer |
getModelCardVersion()
The version of the model card that the model export job exports.
|
ModelCardExportOutputConfig |
getOutputConfig()
The export output details for the model card.
|
String |
getStatus()
The completion status of the model card export job.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The date and time that the model export job was created.
|
void |
setExportArtifacts(ModelCardExportArtifacts exportArtifacts)
The exported model card artifacts.
|
void |
setFailureReason(String failureReason)
The failure reason if the model export job fails.
|
void |
setLastModifiedAt(Date lastModifiedAt)
The date and time that the model 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 to describe.
|
void |
setModelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
|
void |
setModelCardVersion(Integer modelCardVersion)
The version of the model card that the model export job exports.
|
void |
setOutputConfig(ModelCardExportOutputConfig outputConfig)
The export output details for the model card.
|
void |
setStatus(String status)
The completion status of the model card export job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeModelCardExportJobResult |
withCreatedAt(Date createdAt)
The date and time that the model export job was created.
|
DescribeModelCardExportJobResult |
withExportArtifacts(ModelCardExportArtifacts exportArtifacts)
The exported model card artifacts.
|
DescribeModelCardExportJobResult |
withFailureReason(String failureReason)
The failure reason if the model export job fails.
|
DescribeModelCardExportJobResult |
withLastModifiedAt(Date lastModifiedAt)
The date and time that the model export job was last modified.
|
DescribeModelCardExportJobResult |
withModelCardExportJobArn(String modelCardExportJobArn)
The Amazon Resource Name (ARN) of the model card export job.
|
DescribeModelCardExportJobResult |
withModelCardExportJobName(String modelCardExportJobName)
The name of the model card export job to describe.
|
DescribeModelCardExportJobResult |
withModelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
|
DescribeModelCardExportJobResult |
withModelCardVersion(Integer modelCardVersion)
The version of the model card that the model export job exports.
|
DescribeModelCardExportJobResult |
withOutputConfig(ModelCardExportOutputConfig outputConfig)
The export output details for the model card.
|
DescribeModelCardExportJobResult |
withStatus(ModelCardExportJobStatus status)
The completion status of the model card export job.
|
DescribeModelCardExportJobResult |
withStatus(String status)
The completion status of the model card export job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelCardExportJobName(String modelCardExportJobName)
The name of the model card export job to describe.
modelCardExportJobName
- The name of the model card export job to describe.public String getModelCardExportJobName()
The name of the model card export job to describe.
public DescribeModelCardExportJobResult withModelCardExportJobName(String modelCardExportJobName)
The name of the model card export job to describe.
modelCardExportJobName
- The name of the model card export job to describe.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 DescribeModelCardExportJobResult 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.
InProgress
: The model card export job is in progress.
Completed
: The model card export job is complete.
Failed
: The model card export job failed. To see the reason for the failure, see the
FailureReason
field in the response to a DescribeModelCardExportJob
call.
status
- The completion status of the model card export job.
InProgress
: The model card export job is in progress.
Completed
: The model card export job is complete.
Failed
: The model card export job failed. To see the reason for the failure, see the
FailureReason
field in the response to a DescribeModelCardExportJob
call.
ModelCardExportJobStatus
public String getStatus()
The completion status of the model card export job.
InProgress
: The model card export job is in progress.
Completed
: The model card export job is complete.
Failed
: The model card export job failed. To see the reason for the failure, see the
FailureReason
field in the response to a DescribeModelCardExportJob
call.
InProgress
: The model card export job is in progress.
Completed
: The model card export job is complete.
Failed
: The model card export job failed. To see the reason for the failure, see the
FailureReason
field in the response to a DescribeModelCardExportJob
call.
ModelCardExportJobStatus
public DescribeModelCardExportJobResult withStatus(String status)
The completion status of the model card export job.
InProgress
: The model card export job is in progress.
Completed
: The model card export job is complete.
Failed
: The model card export job failed. To see the reason for the failure, see the
FailureReason
field in the response to a DescribeModelCardExportJob
call.
status
- The completion status of the model card export job.
InProgress
: The model card export job is in progress.
Completed
: The model card export job is complete.
Failed
: The model card export job failed. To see the reason for the failure, see the
FailureReason
field in the response to a DescribeModelCardExportJob
call.
ModelCardExportJobStatus
public DescribeModelCardExportJobResult withStatus(ModelCardExportJobStatus status)
The completion status of the model card export job.
InProgress
: The model card export job is in progress.
Completed
: The model card export job is complete.
Failed
: The model card export job failed. To see the reason for the failure, see the
FailureReason
field in the response to a DescribeModelCardExportJob
call.
status
- The completion status of the model card export job.
InProgress
: The model card export job is in progress.
Completed
: The model card export job is complete.
Failed
: The model card export job failed. To see the reason for the failure, see the
FailureReason
field in the response to a DescribeModelCardExportJob
call.
ModelCardExportJobStatus
public void setModelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
modelCardName
- The name or Amazon Resource Name (ARN) of the model card that the model export job exports.public String getModelCardName()
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
public DescribeModelCardExportJobResult withModelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
modelCardName
- The name or Amazon Resource Name (ARN) of the model card that the model export job exports.public void setModelCardVersion(Integer modelCardVersion)
The version of the model card that the model export job exports.
modelCardVersion
- The version of the model card that the model export job exports.public Integer getModelCardVersion()
The version of the model card that the model export job exports.
public DescribeModelCardExportJobResult withModelCardVersion(Integer modelCardVersion)
The version of the model card that the model export job exports.
modelCardVersion
- The version of the model card that the model export job exports.public void setOutputConfig(ModelCardExportOutputConfig outputConfig)
The export output details for the model card.
outputConfig
- The export output details for the model card.public ModelCardExportOutputConfig getOutputConfig()
The export output details for the model card.
public DescribeModelCardExportJobResult withOutputConfig(ModelCardExportOutputConfig outputConfig)
The export output details for the model card.
outputConfig
- The export output details for the model card.public void setCreatedAt(Date createdAt)
The date and time that the model export job was created.
createdAt
- The date and time that the model export job was created.public Date getCreatedAt()
The date and time that the model export job was created.
public DescribeModelCardExportJobResult withCreatedAt(Date createdAt)
The date and time that the model export job was created.
createdAt
- The date and time that the model export job was created.public void setLastModifiedAt(Date lastModifiedAt)
The date and time that the model export job was last modified.
lastModifiedAt
- The date and time that the model export job was last modified.public Date getLastModifiedAt()
The date and time that the model export job was last modified.
public DescribeModelCardExportJobResult withLastModifiedAt(Date lastModifiedAt)
The date and time that the model export job was last modified.
lastModifiedAt
- The date and time that the model export job was last modified.public void setFailureReason(String failureReason)
The failure reason if the model export job fails.
failureReason
- The failure reason if the model export job fails.public String getFailureReason()
The failure reason if the model export job fails.
public DescribeModelCardExportJobResult withFailureReason(String failureReason)
The failure reason if the model export job fails.
failureReason
- The failure reason if the model export job fails.public void setExportArtifacts(ModelCardExportArtifacts exportArtifacts)
The exported model card artifacts.
exportArtifacts
- The exported model card artifacts.public ModelCardExportArtifacts getExportArtifacts()
The exported model card artifacts.
public DescribeModelCardExportJobResult withExportArtifacts(ModelCardExportArtifacts exportArtifacts)
The exported model card artifacts.
exportArtifacts
- The exported model card artifacts.public String toString()
toString
in class Object
Object.toString()
public DescribeModelCardExportJobResult clone()