@Generated(value="software.amazon.awssdk:codegen") public final class CreateAutoMlJobRequest extends SageMakerRequest implements ToCopyableBuilder<CreateAutoMlJobRequest.Builder,CreateAutoMlJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateAutoMlJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AutoMLJobConfig |
autoMLJobConfig()
Contains
CompletionCriteria and SecurityConfig settings for the AutoML job. |
String |
autoMLJobName()
Identifies an Autopilot job.
|
AutoMLJobObjective |
autoMLJobObjective()
Defines the objective metric used to measure the predictive quality of an AutoML job.
|
static CreateAutoMlJobRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
generateCandidateDefinitionsOnly()
Generates possible candidates without training the models.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInputDataConfig()
Returns true if the InputDataConfig property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<AutoMLChannel> |
inputDataConfig()
An array of channel objects that describes the input data and its location.
|
ModelDeployConfig |
modelDeployConfig()
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
|
AutoMLOutputDataConfig |
outputDataConfig()
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.
|
ProblemType |
problemType()
Defines the type of supervised learning available for the candidates.
|
String |
problemTypeAsString()
Defines the type of supervised learning available for the candidates.
|
String |
roleArn()
The ARN of the role that is used to access the data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateAutoMlJobRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
Each tag consists of a key and an optional value.
|
CreateAutoMlJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String autoMLJobName()
Identifies an Autopilot job. The name must be unique to your account and is case-insensitive.
public final boolean hasInputDataConfig()
public final List<AutoMLChannel> inputDataConfig()
An array of channel objects that describes the input data and its location. Each channel is a named input source.
Similar to InputDataConfig supported by . Format(s) supported: CSV. Minimum of 500 rows.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInputDataConfig() to see if a value was sent in this field.
InputDataConfig supported by . Format(s) supported: CSV. Minimum of 500
rows.public final AutoMLOutputDataConfig outputDataConfig()
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.
<para>Specifies whether to automatically deploy the best &ATP; model to an endpoint and the name of that endpoint if deployed automatically.</para>
<para>Specifies whether to automatically deploy the best &ATP; model to an endpoint and the name of that endpoint if deployed automatically.</para>
public final ProblemType problemType()
Defines the type of supervised learning available for the candidates. Options include:
BinaryClassification, MulticlassClassification, and Regression. For more
information, see
Amazon SageMaker Autopilot problem types and algorithm support.
If the service returns an enum value that is not available in the current SDK version, problemType will
return ProblemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
problemTypeAsString().
BinaryClassification, MulticlassClassification, and Regression.
For more information, see Amazon SageMaker Autopilot problem types and algorithm support.ProblemTypepublic final String problemTypeAsString()
Defines the type of supervised learning available for the candidates. Options include:
BinaryClassification, MulticlassClassification, and Regression. For more
information, see
Amazon SageMaker Autopilot problem types and algorithm support.
If the service returns an enum value that is not available in the current SDK version, problemType will
return ProblemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
problemTypeAsString().
BinaryClassification, MulticlassClassification, and Regression.
For more information, see Amazon SageMaker Autopilot problem types and algorithm support.ProblemTypepublic final AutoMLJobObjective autoMLJobObjective()
Defines the objective metric used to measure the predictive quality of an AutoML job. You provide an AutoMLJobObjective$MetricName and Autopilot infers whether to minimize or maximize it.
public final AutoMLJobConfig autoMLJobConfig()
Contains CompletionCriteria and SecurityConfig settings for the AutoML job.
CompletionCriteria and SecurityConfig settings for the AutoML job.public final String roleArn()
The ARN of the role that is used to access the data.
<para>Specifies whether to automatically deploy the best &ATP; model to an endpoint and the name of that endpoint if deployed automatically.</para>
<para>Specifies whether to automatically deploy the best &ATP; model to an endpoint and the name of that endpoint if deployed automatically.</para>
public final Boolean generateCandidateDefinitionsOnly()
Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.
public final boolean hasTags()
public final List<Tag> tags()
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public final ModelDeployConfig modelDeployConfig()
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
public CreateAutoMlJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateAutoMlJobRequest.Builder,CreateAutoMlJobRequest>toBuilder in class SageMakerRequestpublic static CreateAutoMlJobRequest.Builder builder()
public static Class<? extends CreateAutoMlJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.