Class CandidateArtifactLocations
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.CandidateArtifactLocations
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CandidateArtifactLocations.Builder,CandidateArtifactLocations>
@Generated("software.amazon.awssdk:codegen") public final class CandidateArtifactLocations extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CandidateArtifactLocations.Builder,CandidateArtifactLocations>
The location of artifacts for an AutoML candidate job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCandidateArtifactLocations.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbacktestResults()The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window.static CandidateArtifactLocations.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringexplainability()The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmodelInsights()The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CandidateArtifactLocations.Builder>serializableBuilderClass()CandidateArtifactLocations.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
-
explainability
public final String explainability()
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
- Returns:
- The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
-
modelInsights
public final String modelInsights()
The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
- Returns:
- The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
-
backtestResults
public final String backtestResults()
The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window. Available only for the time-series forecasting problem type.
- Returns:
- The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window. Available only for the time-series forecasting problem type.
-
toBuilder
public CandidateArtifactLocations.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CandidateArtifactLocations.Builder,CandidateArtifactLocations>
-
builder
public static CandidateArtifactLocations.Builder builder()
-
serializableBuilderClass
public static Class<? extends CandidateArtifactLocations.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
-
-