@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
MonitoringS3Output.Builder |
Modifier and Type | Method and 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 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 saves the results of a monitoring
job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MonitoringS3Output.Builder> |
serializableBuilderClass() |
MonitoringS3Output.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String s3Uri()
A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.
public final String localPath()
The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.
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
return ProcessingS3UploadMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from s3UploadModeAsString()
.
ProcessingS3UploadMode
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
return ProcessingS3UploadMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from s3UploadModeAsString()
.
ProcessingS3UploadMode
public MonitoringS3Output.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<MonitoringS3Output.Builder,MonitoringS3Output>
public static MonitoringS3Output.Builder builder()
public static Class<? extends MonitoringS3Output.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.