Class DescribeDataQualityJobDefinitionResponse
- 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.DescribeDataQualityJobDefinitionResponse
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<DescribeDataQualityJobDefinitionResponse.Builder,DescribeDataQualityJobDefinitionResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeDataQualityJobDefinitionResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeDataQualityJobDefinitionResponse.Builder,DescribeDataQualityJobDefinitionResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DescribeDataQualityJobDefinitionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeDataQualityJobDefinitionResponse.Builder
builder()
Instant
creationTime()
The time that the data quality monitoring job definition was created.DataQualityAppSpecification
dataQualityAppSpecification()
Information about the container that runs the data quality monitoring job.DataQualityBaselineConfig
dataQualityBaselineConfig()
The constraints and baselines for the data quality monitoring job definition.DataQualityJobInput
dataQualityJobInput()
The list of inputs for the data quality monitoring job.MonitoringOutputConfig
dataQualityJobOutputConfig()
Returns the value of the DataQualityJobOutputConfig property for this object.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 data quality monitoring job definition.String
jobDefinitionName()
The name of the data quality monitoring job definition.MonitoringResources
jobResources()
Returns the value of the JobResources property for this object.MonitoringNetworkConfig
networkConfig()
The networking configuration for the data quality monitoring job.String
roleArn()
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.List<SdkField<?>>
sdkFields()
static Class<? extends DescribeDataQualityJobDefinitionResponse.Builder>
serializableBuilderClass()
MonitoringStoppingCondition
stoppingCondition()
Returns the value of the StoppingCondition property for this object.DescribeDataQualityJobDefinitionResponse.Builder
toBuilder()
String
toString()
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 data quality monitoring job definition.
- Returns:
- The Amazon Resource Name (ARN) of the data quality monitoring job definition.
-
jobDefinitionName
public final String jobDefinitionName()
The name of the data quality monitoring job definition.
- Returns:
- The name of the data quality monitoring job definition.
-
creationTime
public final Instant creationTime()
The time that the data quality monitoring job definition was created.
- Returns:
- The time that the data quality monitoring job definition was created.
-
dataQualityBaselineConfig
public final DataQualityBaselineConfig dataQualityBaselineConfig()
The constraints and baselines for the data quality monitoring job definition.
- Returns:
- The constraints and baselines for the data quality monitoring job definition.
-
dataQualityAppSpecification
public final DataQualityAppSpecification dataQualityAppSpecification()
Information about the container that runs the data quality monitoring job.
- Returns:
- Information about the container that runs the data quality monitoring job.
-
dataQualityJobInput
public final DataQualityJobInput dataQualityJobInput()
The list of inputs for the data quality monitoring job. Currently endpoints are supported.
- Returns:
- The list of inputs for the data quality monitoring job. Currently endpoints are supported.
-
dataQualityJobOutputConfig
public final MonitoringOutputConfig dataQualityJobOutputConfig()
Returns the value of the DataQualityJobOutputConfig property for this object.- Returns:
- The value of the DataQualityJobOutputConfig 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()
The networking configuration for the data quality monitoring job.
- Returns:
- The networking configuration for the data quality monitoring job.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
- Returns:
- The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
-
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 DescribeDataQualityJobDefinitionResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DescribeDataQualityJobDefinitionResponse.Builder,DescribeDataQualityJobDefinitionResponse>
- Specified by:
toBuilder
in classAwsResponse
-
builder
public static DescribeDataQualityJobDefinitionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeDataQualityJobDefinitionResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkResponse
-
-