@Generated(value="software.amazon.awssdk:codegen") public final class ModelArtifacts extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelArtifacts.Builder,ModelArtifacts>
Provides information about the location that is configured for storing model artifacts.
Model artifacts are the output that results from training a model, and typically consist of trained parameters, a model definition that describes how to compute inferences, and other metadata.
Modifier and Type | Class and Description |
---|---|
static interface |
ModelArtifacts.Builder |
Modifier and Type | Method and Description |
---|---|
static ModelArtifacts.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3ModelArtifacts()
The path of the S3 object that contains the model artifacts.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelArtifacts.Builder> |
serializableBuilderClass() |
ModelArtifacts.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String s3ModelArtifacts()
The path of the S3 object that contains the model artifacts. For example,
s3://bucket-name/keynameprefix/model.tar.gz
.
s3://bucket-name/keynameprefix/model.tar.gz
.public ModelArtifacts.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ModelArtifacts.Builder,ModelArtifacts>
public static ModelArtifacts.Builder builder()
public static Class<? extends ModelArtifacts.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.