@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeModelBiasJobDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeModelBiasJobDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeModelBiasJobDefinitionResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time at which the model bias job was created.
|
String |
getJobDefinitionArn()
The Amazon Resource Name (ARN) of the model bias job.
|
String |
getJobDefinitionName()
The name of the bias job definition.
|
MonitoringResources |
getJobResources() |
ModelBiasAppSpecification |
getModelBiasAppSpecification()
Configures the model bias job to run a specified Docker container image.
|
ModelBiasBaselineConfig |
getModelBiasBaselineConfig()
The baseline configuration for a model bias job.
|
ModelBiasJobInput |
getModelBiasJobInput()
Inputs for the model bias job.
|
MonitoringOutputConfig |
getModelBiasJobOutputConfig() |
MonitoringNetworkConfig |
getNetworkConfig()
Networking options for a model bias job.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read
permission to the input data location and write permission to the output data location in Amazon S3.
|
MonitoringStoppingCondition |
getStoppingCondition() |
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The time at which the model bias job was created.
|
void |
setJobDefinitionArn(String jobDefinitionArn)
The Amazon Resource Name (ARN) of the model bias job.
|
void |
setJobDefinitionName(String jobDefinitionName)
The name of the bias job definition.
|
void |
setJobResources(MonitoringResources jobResources) |
void |
setModelBiasAppSpecification(ModelBiasAppSpecification modelBiasAppSpecification)
Configures the model bias job to run a specified Docker container image.
|
void |
setModelBiasBaselineConfig(ModelBiasBaselineConfig modelBiasBaselineConfig)
The baseline configuration for a model bias job.
|
void |
setModelBiasJobInput(ModelBiasJobInput modelBiasJobInput)
Inputs for the model bias job.
|
void |
setModelBiasJobOutputConfig(MonitoringOutputConfig modelBiasJobOutputConfig) |
void |
setNetworkConfig(MonitoringNetworkConfig networkConfig)
Networking options for a model bias job.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read
permission to the input data location and write permission to the output data location in Amazon S3.
|
void |
setStoppingCondition(MonitoringStoppingCondition stoppingCondition) |
String |
toString()
Returns a string representation of this object.
|
DescribeModelBiasJobDefinitionResult |
withCreationTime(Date creationTime)
The time at which the model bias job was created.
|
DescribeModelBiasJobDefinitionResult |
withJobDefinitionArn(String jobDefinitionArn)
The Amazon Resource Name (ARN) of the model bias job.
|
DescribeModelBiasJobDefinitionResult |
withJobDefinitionName(String jobDefinitionName)
The name of the bias job definition.
|
DescribeModelBiasJobDefinitionResult |
withJobResources(MonitoringResources jobResources) |
DescribeModelBiasJobDefinitionResult |
withModelBiasAppSpecification(ModelBiasAppSpecification modelBiasAppSpecification)
Configures the model bias job to run a specified Docker container image.
|
DescribeModelBiasJobDefinitionResult |
withModelBiasBaselineConfig(ModelBiasBaselineConfig modelBiasBaselineConfig)
The baseline configuration for a model bias job.
|
DescribeModelBiasJobDefinitionResult |
withModelBiasJobInput(ModelBiasJobInput modelBiasJobInput)
Inputs for the model bias job.
|
DescribeModelBiasJobDefinitionResult |
withModelBiasJobOutputConfig(MonitoringOutputConfig modelBiasJobOutputConfig) |
DescribeModelBiasJobDefinitionResult |
withNetworkConfig(MonitoringNetworkConfig networkConfig)
Networking options for a model bias job.
|
DescribeModelBiasJobDefinitionResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read
permission to the input data location and write permission to the output data location in Amazon S3.
|
DescribeModelBiasJobDefinitionResult |
withStoppingCondition(MonitoringStoppingCondition stoppingCondition) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeModelBiasJobDefinitionResult()
public void setJobDefinitionArn(String jobDefinitionArn)
The Amazon Resource Name (ARN) of the model bias job.
jobDefinitionArn
- The Amazon Resource Name (ARN) of the model bias job.public String getJobDefinitionArn()
The Amazon Resource Name (ARN) of the model bias job.
public DescribeModelBiasJobDefinitionResult withJobDefinitionArn(String jobDefinitionArn)
The Amazon Resource Name (ARN) of the model bias job.
jobDefinitionArn
- The Amazon Resource Name (ARN) of the model bias job.public void setJobDefinitionName(String jobDefinitionName)
The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
jobDefinitionName
- The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the
Amazon Web Services account.public String getJobDefinitionName()
The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
public DescribeModelBiasJobDefinitionResult withJobDefinitionName(String jobDefinitionName)
The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
jobDefinitionName
- The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the
Amazon Web Services account.public void setCreationTime(Date creationTime)
The time at which the model bias job was created.
creationTime
- The time at which the model bias job was created.public Date getCreationTime()
The time at which the model bias job was created.
public DescribeModelBiasJobDefinitionResult withCreationTime(Date creationTime)
The time at which the model bias job was created.
creationTime
- The time at which the model bias job was created.public void setModelBiasBaselineConfig(ModelBiasBaselineConfig modelBiasBaselineConfig)
The baseline configuration for a model bias job.
modelBiasBaselineConfig
- The baseline configuration for a model bias job.public ModelBiasBaselineConfig getModelBiasBaselineConfig()
The baseline configuration for a model bias job.
public DescribeModelBiasJobDefinitionResult withModelBiasBaselineConfig(ModelBiasBaselineConfig modelBiasBaselineConfig)
The baseline configuration for a model bias job.
modelBiasBaselineConfig
- The baseline configuration for a model bias job.public void setModelBiasAppSpecification(ModelBiasAppSpecification modelBiasAppSpecification)
Configures the model bias job to run a specified Docker container image.
modelBiasAppSpecification
- Configures the model bias job to run a specified Docker container image.public ModelBiasAppSpecification getModelBiasAppSpecification()
Configures the model bias job to run a specified Docker container image.
public DescribeModelBiasJobDefinitionResult withModelBiasAppSpecification(ModelBiasAppSpecification modelBiasAppSpecification)
Configures the model bias job to run a specified Docker container image.
modelBiasAppSpecification
- Configures the model bias job to run a specified Docker container image.public void setModelBiasJobInput(ModelBiasJobInput modelBiasJobInput)
Inputs for the model bias job.
modelBiasJobInput
- Inputs for the model bias job.public ModelBiasJobInput getModelBiasJobInput()
Inputs for the model bias job.
public DescribeModelBiasJobDefinitionResult withModelBiasJobInput(ModelBiasJobInput modelBiasJobInput)
Inputs for the model bias job.
modelBiasJobInput
- Inputs for the model bias job.public void setModelBiasJobOutputConfig(MonitoringOutputConfig modelBiasJobOutputConfig)
modelBiasJobOutputConfig
- public MonitoringOutputConfig getModelBiasJobOutputConfig()
public DescribeModelBiasJobDefinitionResult withModelBiasJobOutputConfig(MonitoringOutputConfig modelBiasJobOutputConfig)
modelBiasJobOutputConfig
- public void setJobResources(MonitoringResources jobResources)
jobResources
- public MonitoringResources getJobResources()
public DescribeModelBiasJobDefinitionResult withJobResources(MonitoringResources jobResources)
jobResources
- public void setNetworkConfig(MonitoringNetworkConfig networkConfig)
Networking options for a model bias job.
networkConfig
- Networking options for a model bias job.public MonitoringNetworkConfig getNetworkConfig()
Networking options for a model bias job.
public DescribeModelBiasJobDefinitionResult withNetworkConfig(MonitoringNetworkConfig networkConfig)
Networking options for a model bias job.
networkConfig
- Networking options for a model bias job.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.
roleArn
- The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that
has read permission to the input data location and write permission to the output data location in Amazon
S3.public String getRoleArn()
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.
public DescribeModelBiasJobDefinitionResult withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.
roleArn
- The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that
has read permission to the input data location and write permission to the output data location in Amazon
S3.public void setStoppingCondition(MonitoringStoppingCondition stoppingCondition)
stoppingCondition
- public MonitoringStoppingCondition getStoppingCondition()
public DescribeModelBiasJobDefinitionResult withStoppingCondition(MonitoringStoppingCondition stoppingCondition)
stoppingCondition
- public String toString()
toString
in class Object
Object.toString()
public DescribeModelBiasJobDefinitionResult clone()