@Generated(value="software.amazon.awssdk:codegen") public final class SourceAlgorithm extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceAlgorithm.Builder,SourceAlgorithm>
Specifies an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
Modifier and Type | Class and Description |
---|---|
static interface |
SourceAlgorithm.Builder |
Modifier and Type | Method and Description |
---|---|
String |
algorithmName()
The name of an algorithm that was used to create the model package.
|
static SourceAlgorithm.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelDataUrl()
The Amazon S3 path where the model artifacts, which result from model training, are stored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SourceAlgorithm.Builder> |
serializableBuilderClass() |
SourceAlgorithm.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String modelDataUrl()
The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point
to a single gzip
compressed tar archive (.tar.gz
suffix).
gzip
compressed tar archive (.tar.gz
suffix).public String algorithmName()
The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
public SourceAlgorithm.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SourceAlgorithm.Builder,SourceAlgorithm>
public static SourceAlgorithm.Builder builder()
public static Class<? extends SourceAlgorithm.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.