Class ResolvedAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ResolvedAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResolvedAttributes.Builder,ResolvedAttributes>
@Generated("software.amazon.awssdk:codegen") public final class ResolvedAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResolvedAttributes.Builder,ResolvedAttributes>
The resolved attributes.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResolvedAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoMLJobObjectiveautoMLJobObjective()Returns the value of the AutoMLJobObjective property for this object.static ResolvedAttributes.Builderbuilder()AutoMLJobCompletionCriteriacompletionCriteria()Returns the value of the CompletionCriteria property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ProblemTypeproblemType()The problem type.StringproblemTypeAsString()The problem type.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ResolvedAttributes.Builder>serializableBuilderClass()ResolvedAttributes.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
-
autoMLJobObjective
public final AutoMLJobObjective autoMLJobObjective()
Returns the value of the AutoMLJobObjective property for this object.- Returns:
- The value of the AutoMLJobObjective property for this object.
-
problemType
public final ProblemType problemType()
The problem type.
If the service returns an enum value that is not available in the current SDK version,
problemTypewill returnProblemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproblemTypeAsString().- Returns:
- The problem type.
- See Also:
ProblemType
-
problemTypeAsString
public final String problemTypeAsString()
The problem type.
If the service returns an enum value that is not available in the current SDK version,
problemTypewill returnProblemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproblemTypeAsString().- Returns:
- The problem type.
- See Also:
ProblemType
-
completionCriteria
public final AutoMLJobCompletionCriteria completionCriteria()
Returns the value of the CompletionCriteria property for this object.- Returns:
- The value of the CompletionCriteria property for this object.
-
toBuilder
public ResolvedAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResolvedAttributes.Builder,ResolvedAttributes>
-
builder
public static ResolvedAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResolvedAttributes.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-