@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CandidateArtifactLocations.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backtestResults()
The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window.
|
static CandidateArtifactLocations.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
explainability()
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelInsights()
The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CandidateArtifactLocations.Builder> |
serializableBuilderClass() |
CandidateArtifactLocations.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String explainability()
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
public final String modelInsights()
The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
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.
public CandidateArtifactLocations.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CandidateArtifactLocations.Builder,CandidateArtifactLocations>public static CandidateArtifactLocations.Builder builder()
public static Class<? extends CandidateArtifactLocations.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.