Class MonitoringGroundTruthS3Input
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.MonitoringGroundTruthS3Input
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MonitoringGroundTruthS3Input.Builder,MonitoringGroundTruthS3Input>
@Generated("software.amazon.awssdk:codegen") public final class MonitoringGroundTruthS3Input extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitoringGroundTruthS3Input.Builder,MonitoringGroundTruthS3Input>
The ground truth labels for the dataset used for the monitoring job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMonitoringGroundTruthS3Input.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonitoringGroundTruthS3Input.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Uri()The address of the Amazon S3 location of the ground truth labels.List<SdkField<?>>sdkFields()static Class<? extends MonitoringGroundTruthS3Input.Builder>serializableBuilderClass()MonitoringGroundTruthS3Input.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
s3Uri
public final String s3Uri()
The address of the Amazon S3 location of the ground truth labels.
- Returns:
- The address of the Amazon S3 location of the ground truth labels.
-
toBuilder
public MonitoringGroundTruthS3Input.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MonitoringGroundTruthS3Input.Builder,MonitoringGroundTruthS3Input>
-
builder
public static MonitoringGroundTruthS3Input.Builder builder()
-
serializableBuilderClass
public static Class<? extends MonitoringGroundTruthS3Input.Builder> serializableBuilderClass()
-
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.
-
-