@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 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.
|
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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String jobDefinitionArn()
The Amazon Resource Name (ARN) of the model bias job.
public final 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.
public final Instant creationTime()
The time at which the model bias job was created.
public final ModelBiasBaselineConfig modelBiasBaselineConfig()
The baseline configuration for a model bias job.
public final ModelBiasAppSpecification modelBiasAppSpecification()
Configures the model bias job to run a specified Docker container image.
public final ModelBiasJobInput modelBiasJobInput()
Inputs for the model bias job.
public final MonitoringOutputConfig modelBiasJobOutputConfig()
public final MonitoringResources jobResources()
public final MonitoringNetworkConfig networkConfig()
Networking options for a model bias job.
public final 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.
public final MonitoringStoppingCondition stoppingCondition()
public DescribeModelBiasJobDefinitionResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeModelBiasJobDefinitionResponse.Builder,DescribeModelBiasJobDefinitionResponse>
toBuilder
in class AwsResponse
public static DescribeModelBiasJobDefinitionResponse.Builder builder()
public static Class<? extends DescribeModelBiasJobDefinitionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2023. All rights reserved.