@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateModelCardExportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateModelCardExportJobRequest() |
Modifier and Type | Method and Description |
---|---|
CreateModelCardExportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getModelCardExportJobName()
The name of the model card export job.
|
String |
getModelCardName()
The name or Amazon Resource Name (ARN) of the model card to export.
|
Integer |
getModelCardVersion()
The version of the model card to export.
|
ModelCardExportOutputConfig |
getOutputConfig()
The model card output configuration that specifies the Amazon S3 path for exporting.
|
int |
hashCode() |
void |
setModelCardExportJobName(String modelCardExportJobName)
The name of the model card export job.
|
void |
setModelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card to export.
|
void |
setModelCardVersion(Integer modelCardVersion)
The version of the model card to export.
|
void |
setOutputConfig(ModelCardExportOutputConfig outputConfig)
The model card output configuration that specifies the Amazon S3 path for exporting.
|
String |
toString()
Returns a string representation of this object.
|
CreateModelCardExportJobRequest |
withModelCardExportJobName(String modelCardExportJobName)
The name of the model card export job.
|
CreateModelCardExportJobRequest |
withModelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card to export.
|
CreateModelCardExportJobRequest |
withModelCardVersion(Integer modelCardVersion)
The version of the model card to export.
|
CreateModelCardExportJobRequest |
withOutputConfig(ModelCardExportOutputConfig outputConfig)
The model card output configuration that specifies the Amazon S3 path for exporting.
|
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 export.
modelCardName
- The name or Amazon Resource Name (ARN) of the model card to export.public String getModelCardName()
The name or Amazon Resource Name (ARN) of the model card to export.
public CreateModelCardExportJobRequest withModelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card to export.
modelCardName
- The name or Amazon Resource Name (ARN) of the model card to export.public void setModelCardVersion(Integer modelCardVersion)
The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.
modelCardVersion
- The version of the model card to export. If a version is not provided, then the latest version of the
model card is exported.public Integer getModelCardVersion()
The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.
public CreateModelCardExportJobRequest withModelCardVersion(Integer modelCardVersion)
The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.
modelCardVersion
- The version of the model card to export. If a version is not provided, then the latest version of the
model card is exported.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 CreateModelCardExportJobRequest withModelCardExportJobName(String modelCardExportJobName)
The name of the model card export job.
modelCardExportJobName
- The name of the model card export job.public void setOutputConfig(ModelCardExportOutputConfig outputConfig)
The model card output configuration that specifies the Amazon S3 path for exporting.
outputConfig
- The model card output configuration that specifies the Amazon S3 path for exporting.public ModelCardExportOutputConfig getOutputConfig()
The model card output configuration that specifies the Amazon S3 path for exporting.
public CreateModelCardExportJobRequest withOutputConfig(ModelCardExportOutputConfig outputConfig)
The model card output configuration that specifies the Amazon S3 path for exporting.
outputConfig
- The model card output configuration that specifies the Amazon S3 path for exporting.public String toString()
toString
in class Object
Object.toString()
public CreateModelCardExportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()