Class MonitoringS3Output
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.MonitoringS3Output
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<MonitoringS3Output.Builder,MonitoringS3Output>
@Generated("software.amazon.awssdk:codegen") public final class MonitoringS3Output extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitoringS3Output.Builder,MonitoringS3Output>
Information about where and how you want to store the results of a monitoring job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MonitoringS3Output.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonitoringS3Output.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
localPath()
The local path to the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.ProcessingS3UploadMode
s3UploadMode()
Whether to upload the results of the monitoring job continuously or after the job completes.String
s3UploadModeAsString()
Whether to upload the results of the monitoring job continuously or after the job completes.String
s3Uri()
A URI that identifies the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends MonitoringS3Output.Builder>
serializableBuilderClass()
MonitoringS3Output.Builder
toBuilder()
String
toString()
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()
A URI that identifies the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.
- Returns:
- A URI that identifies the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.
-
localPath
public final String localPath()
The local path to the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job. LocalPath is an absolute path for the output data.
- Returns:
- The local path to the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job. LocalPath is an absolute path for the output data.
-
s3UploadMode
public final ProcessingS3UploadMode s3UploadMode()
Whether to upload the results of the monitoring job continuously or after the job completes.
If the service returns an enum value that is not available in the current SDK version,
s3UploadMode
will returnProcessingS3UploadMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available froms3UploadModeAsString()
.- Returns:
- Whether to upload the results of the monitoring job continuously or after the job completes.
- See Also:
ProcessingS3UploadMode
-
s3UploadModeAsString
public final String s3UploadModeAsString()
Whether to upload the results of the monitoring job continuously or after the job completes.
If the service returns an enum value that is not available in the current SDK version,
s3UploadMode
will returnProcessingS3UploadMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available froms3UploadModeAsString()
.- Returns:
- Whether to upload the results of the monitoring job continuously or after the job completes.
- See Also:
ProcessingS3UploadMode
-
toBuilder
public MonitoringS3Output.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<MonitoringS3Output.Builder,MonitoringS3Output>
-
builder
public static MonitoringS3Output.Builder builder()
-
serializableBuilderClass
public static Class<? extends MonitoringS3Output.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-