Class PipelineDefinitionS3Location
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.PipelineDefinitionS3Location
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<PipelineDefinitionS3Location.Builder,PipelineDefinitionS3Location>
@Generated("software.amazon.awssdk:codegen") public final class PipelineDefinitionS3Location extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipelineDefinitionS3Location.Builder,PipelineDefinitionS3Location>
The location of the pipeline definition stored in Amazon S3.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PipelineDefinitionS3Location.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
bucket()
Name of the S3 bucket.static PipelineDefinitionS3Location.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
objectKey()
The object key (or key name) uniquely identifies the object in an S3 bucket.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends PipelineDefinitionS3Location.Builder>
serializableBuilderClass()
PipelineDefinitionS3Location.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
versionId()
Version Id of the pipeline definition file.-
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
-
bucket
public final String bucket()
Name of the S3 bucket.
- Returns:
- Name of the S3 bucket.
-
objectKey
public final String objectKey()
The object key (or key name) uniquely identifies the object in an S3 bucket.
- Returns:
- The object key (or key name) uniquely identifies the object in an S3 bucket.
-
versionId
public final String versionId()
Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
- Returns:
- Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
-
toBuilder
public PipelineDefinitionS3Location.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<PipelineDefinitionS3Location.Builder,PipelineDefinitionS3Location>
-
builder
public static PipelineDefinitionS3Location.Builder builder()
-
serializableBuilderClass
public static Class<? extends PipelineDefinitionS3Location.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
-
-