@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()
For responses, this returns true if the service returned a value for the InputDataConfig property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
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()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasInputDataConfig() method.
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.
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.
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()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
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.