Class DescribeModelBiasJobDefinitionResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
-
- software.amazon.awssdk.services.sagemaker.model.DescribeModelBiasJobDefinitionResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeModelBiasJobDefinitionResponse.Builder,DescribeModelBiasJobDefinitionResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeModelBiasJobDefinitionResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeModelBiasJobDefinitionResponse.Builder,DescribeModelBiasJobDefinitionResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeModelBiasJobDefinitionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeModelBiasJobDefinitionResponse.Builderbuilder()InstantcreationTime()The time at which the model bias job was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobDefinitionArn()The Amazon Resource Name (ARN) of the model bias job.StringjobDefinitionName()The name of the bias job definition.MonitoringResourcesjobResources()Returns the value of the JobResources property for this object.ModelBiasAppSpecificationmodelBiasAppSpecification()Configures the model bias job to run a specified Docker container image.ModelBiasBaselineConfigmodelBiasBaselineConfig()The baseline configuration for a model bias job.ModelBiasJobInputmodelBiasJobInput()Inputs for the model bias job.MonitoringOutputConfigmodelBiasJobOutputConfig()Returns the value of the ModelBiasJobOutputConfig property for this object.MonitoringNetworkConfignetworkConfig()Networking options for a model bias job.StringroleArn()The Amazon Resource Name (ARN) of the 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()MonitoringStoppingConditionstoppingCondition()Returns the value of the StoppingCondition property for this object.DescribeModelBiasJobDefinitionResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
jobDefinitionArn
public final String jobDefinitionArn()
The Amazon Resource Name (ARN) of the model bias job.
- Returns:
- The Amazon Resource Name (ARN) of the model bias job.
-
jobDefinitionName
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.
- Returns:
- The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
-
creationTime
public final Instant creationTime()
The time at which the model bias job was created.
- Returns:
- The time at which the model bias job was created.
-
modelBiasBaselineConfig
public final ModelBiasBaselineConfig modelBiasBaselineConfig()
The baseline configuration for a model bias job.
- Returns:
- The baseline configuration for a model bias job.
-
modelBiasAppSpecification
public final ModelBiasAppSpecification modelBiasAppSpecification()
Configures the model bias job to run a specified Docker container image.
- Returns:
- Configures the model bias job to run a specified Docker container image.
-
modelBiasJobInput
public final ModelBiasJobInput modelBiasJobInput()
Inputs for the model bias job.
- Returns:
- Inputs for the model bias job.
-
modelBiasJobOutputConfig
public final MonitoringOutputConfig modelBiasJobOutputConfig()
Returns the value of the ModelBiasJobOutputConfig property for this object.- Returns:
- The value of the ModelBiasJobOutputConfig property for this object.
-
jobResources
public final MonitoringResources jobResources()
Returns the value of the JobResources property for this object.- Returns:
- The value of the JobResources property for this object.
-
networkConfig
public final MonitoringNetworkConfig networkConfig()
Networking options for a model bias job.
- Returns:
- Networking options for a model bias job.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
-
stoppingCondition
public final MonitoringStoppingCondition stoppingCondition()
Returns the value of the StoppingCondition property for this object.- Returns:
- The value of the StoppingCondition property for this object.
-
toBuilder
public DescribeModelBiasJobDefinitionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeModelBiasJobDefinitionResponse.Builder,DescribeModelBiasJobDefinitionResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeModelBiasJobDefinitionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeModelBiasJobDefinitionResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-