Class SageMakerMachineLearningModelResourceData
- java.lang.Object
-
- software.amazon.awssdk.services.greengrass.model.SageMakerMachineLearningModelResourceData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SageMakerMachineLearningModelResourceData.Builder,SageMakerMachineLearningModelResourceData>
@Generated("software.amazon.awssdk:codegen") public final class SageMakerMachineLearningModelResourceData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SageMakerMachineLearningModelResourceData.Builder,SageMakerMachineLearningModelResourceData>
Attributes that define an Amazon SageMaker machine learning resource.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSageMakerMachineLearningModelResourceData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SageMakerMachineLearningModelResourceData.Builderbuilder()StringdestinationPath()The absolute local path of the resource inside the Lambda environment.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ResourceDownloadOwnerSettingownerSetting()Returns the value of the OwnerSetting property for this object.StringsageMakerJobArn()The ARN of the Amazon SageMaker training job that represents the source model.List<SdkField<?>>sdkFields()static Class<? extends SageMakerMachineLearningModelResourceData.Builder>serializableBuilderClass()SageMakerMachineLearningModelResourceData.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
-
destinationPath
public final String destinationPath()
The absolute local path of the resource inside the Lambda environment.- Returns:
- The absolute local path of the resource inside the Lambda environment.
-
ownerSetting
public final ResourceDownloadOwnerSetting ownerSetting()
Returns the value of the OwnerSetting property for this object.- Returns:
- The value of the OwnerSetting property for this object.
-
sageMakerJobArn
public final String sageMakerJobArn()
The ARN of the Amazon SageMaker training job that represents the source model.- Returns:
- The ARN of the Amazon SageMaker training job that represents the source model.
-
toBuilder
public SageMakerMachineLearningModelResourceData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SageMakerMachineLearningModelResourceData.Builder,SageMakerMachineLearningModelResourceData>
-
builder
public static SageMakerMachineLearningModelResourceData.Builder builder()
-
serializableBuilderClass
public static Class<? extends SageMakerMachineLearningModelResourceData.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.
-
-