@Generated(value="software.amazon.awssdk:codegen") public final class DescribeModelBiasJobDefinitionResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeModelBiasJobDefinitionResponse.Builder,DescribeModelBiasJobDefinitionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeModelBiasJobDefinitionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeModelBiasJobDefinitionResponse.Builder |
builder() |
Instant |
creationTime()
The time at which the model bias job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobDefinitionArn()
The Amazon Resource Name (ARN) of the model bias job.
|
String |
jobDefinitionName()
The name of the bias job definition.
|
MonitoringResources |
jobResources()
Returns the value of the JobResources property for this object.
|
ModelBiasAppSpecification |
modelBiasAppSpecification()
Configures the model bias job to run a specified Docker container image.
|
ModelBiasBaselineConfig |
modelBiasBaselineConfig()
The baseline configuration for a model bias job.
|
ModelBiasJobInput |
modelBiasJobInput()
Inputs for the model bias job.
|
MonitoringOutputConfig |
modelBiasJobOutputConfig()
Returns the value of the ModelBiasJobOutputConfig property for this object.
|
MonitoringNetworkConfig |
networkConfig()
Networking options for a model bias job.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the AWS 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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeModelBiasJobDefinitionResponse.Builder> |
serializableBuilderClass() |
MonitoringStoppingCondition |
stoppingCondition()
Returns the value of the StoppingCondition property for this object.
|
DescribeModelBiasJobDefinitionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String jobDefinitionArn()
The Amazon Resource Name (ARN) of the model bias job.
public String jobDefinitionName()
The name of the bias job definition. The name must be unique within an AWS Region in the AWS account.
public Instant creationTime()
The time at which the model bias job was created.
public ModelBiasBaselineConfig modelBiasBaselineConfig()
The baseline configuration for a model bias job.
public ModelBiasAppSpecification modelBiasAppSpecification()
Configures the model bias job to run a specified Docker container image.
public ModelBiasJobInput modelBiasJobInput()
Inputs for the model bias job.
public MonitoringOutputConfig modelBiasJobOutputConfig()
public MonitoringResources jobResources()
public MonitoringNetworkConfig networkConfig()
Networking options for a model bias job.
public String roleArn()
The Amazon Resource Name (ARN) of the AWS 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 MonitoringStoppingCondition stoppingCondition()
public DescribeModelBiasJobDefinitionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeModelBiasJobDefinitionResponse.Builder,DescribeModelBiasJobDefinitionResponse>toBuilder in class AwsResponsepublic static DescribeModelBiasJobDefinitionResponse.Builder builder()
public static Class<? extends DescribeModelBiasJobDefinitionResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.