| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMLJobV2Result |
AbstractAmazonSageMaker.describeAutoMLJobV2(DescribeAutoMLJobV2Request request) |
DescribeAutoMLJobV2Result |
AmazonSageMakerClient.describeAutoMLJobV2(DescribeAutoMLJobV2Request request)
Returns information about an AutoML job created by calling CreateAutoMLJobV2
or CreateAutoMLJob.
|
DescribeAutoMLJobV2Result |
AmazonSageMaker.describeAutoMLJobV2(DescribeAutoMLJobV2Request describeAutoMLJobV2Request)
Returns information about an AutoML job created by calling CreateAutoMLJobV2
or CreateAutoMLJob.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAutoMLJobV2Result> |
AbstractAmazonSageMakerAsync.describeAutoMLJobV2Async(DescribeAutoMLJobV2Request request,
AsyncHandler<DescribeAutoMLJobV2Request,DescribeAutoMLJobV2Result> asyncHandler) |
Future<DescribeAutoMLJobV2Result> |
AmazonSageMakerAsync.describeAutoMLJobV2Async(DescribeAutoMLJobV2Request describeAutoMLJobV2Request,
AsyncHandler<DescribeAutoMLJobV2Request,DescribeAutoMLJobV2Result> asyncHandler)
Returns information about an AutoML job created by calling CreateAutoMLJobV2
or CreateAutoMLJob.
|
Future<DescribeAutoMLJobV2Result> |
AmazonSageMakerAsyncClient.describeAutoMLJobV2Async(DescribeAutoMLJobV2Request request,
AsyncHandler<DescribeAutoMLJobV2Request,DescribeAutoMLJobV2Result> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.clone() |
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLJobArn(String autoMLJobArn)
Returns the Amazon Resource Name (ARN) of the AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts) |
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLJobInputDataConfig(AutoMLJobChannel... autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLJobName(String autoMLJobName)
Returns the name of the AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the status of the AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLProblemTypeConfigName(AutoMLProblemTypeConfigName autoMLProblemTypeConfigName)
Returns the name of the problem type configuration set for the AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLProblemTypeConfigName(String autoMLProblemTypeConfigName)
Returns the name of the problem type configuration set for the AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withBestCandidate(AutoMLCandidate bestCandidate)
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other
properties.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withCreationTime(Date creationTime)
Returns the creation time of the AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withDataSplitConfig(AutoMLDataSplitConfig dataSplitConfig)
Returns the configuration settings of how the data are split into train and validation datasets.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withEndTime(Date endTime)
Returns the end time of the AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withFailureReason(String failureReason)
Returns the reason for the failure of the AutoML job V2, when applicable.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withLastModifiedTime(Date lastModifiedTime)
Returns the job's last modified time.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withModelDeployConfig(ModelDeployConfig modelDeployConfig)
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed
automatically.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withModelDeployResult(ModelDeployResult modelDeployResult)
Provides information about endpoint for the model deployment.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withPartialFailureReasons(AutoMLPartialFailureReason... partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withPartialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withResolvedAttributes(AutoMLResolvedAttributes resolvedAttributes)
Returns the resolved attributes used by the AutoML job V2.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withRoleArn(String roleArn)
The ARN of the Identity and Access Management role that has read permission to the input data location and write
permission to the output data location in Amazon S3.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withSecurityConfig(AutoMLSecurityConfig securityConfig)
Returns the security configuration for traffic encryption or Amazon VPC settings.
|
Copyright © 2023. All rights reserved.