| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
MlResourceDefinition |
MlResourceDefinition.clone() |
MlResourceDefinition |
GetMLModelTransformJobResult.getBaseProcessingJob()
The base data processing job.
|
MlResourceDefinition |
GetMLEndpointResult.getEndpoint()
The endpoint definition.
|
MlResourceDefinition |
GetMLModelTrainingJobResult.getHpoJob()
The HPO job.
|
MlResourceDefinition |
GetMLModelTrainingJobResult.getModelTransformJob()
The model transform job.
|
MlResourceDefinition |
GetMLModelTrainingJobResult.getProcessingJob()
The data processing job.
|
MlResourceDefinition |
GetMLDataProcessingJobResult.getProcessingJob()
Definition of the data processing job.
|
MlResourceDefinition |
GetMLModelTransformJobResult.getRemoteModelTransformJob()
The remote model transform job.
|
MlResourceDefinition |
MlResourceDefinition.withArn(String arn)
The resource ARN.
|
MlResourceDefinition |
MlResourceDefinition.withCloudwatchLogUrl(String cloudwatchLogUrl)
The CloudWatch log URL for the resource.
|
MlResourceDefinition |
MlResourceDefinition.withFailureReason(String failureReason)
The failure reason, in case of a failure.
|
MlResourceDefinition |
MlResourceDefinition.withName(String name)
The resource name.
|
MlResourceDefinition |
MlResourceDefinition.withOutputLocation(String outputLocation)
The output location.
|
MlResourceDefinition |
MlResourceDefinition.withStatus(String status)
The resource status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMLModelTransformJobResult.setBaseProcessingJob(MlResourceDefinition baseProcessingJob)
The base data processing job.
|
void |
GetMLEndpointResult.setEndpoint(MlResourceDefinition endpoint)
The endpoint definition.
|
void |
GetMLModelTrainingJobResult.setHpoJob(MlResourceDefinition hpoJob)
The HPO job.
|
void |
GetMLModelTrainingJobResult.setModelTransformJob(MlResourceDefinition modelTransformJob)
The model transform job.
|
void |
GetMLModelTrainingJobResult.setProcessingJob(MlResourceDefinition processingJob)
The data processing job.
|
void |
GetMLDataProcessingJobResult.setProcessingJob(MlResourceDefinition processingJob)
Definition of the data processing job.
|
void |
GetMLModelTransformJobResult.setRemoteModelTransformJob(MlResourceDefinition remoteModelTransformJob)
The remote model transform job.
|
GetMLModelTransformJobResult |
GetMLModelTransformJobResult.withBaseProcessingJob(MlResourceDefinition baseProcessingJob)
The base data processing job.
|
GetMLEndpointResult |
GetMLEndpointResult.withEndpoint(MlResourceDefinition endpoint)
The endpoint definition.
|
GetMLModelTrainingJobResult |
GetMLModelTrainingJobResult.withHpoJob(MlResourceDefinition hpoJob)
The HPO job.
|
GetMLModelTrainingJobResult |
GetMLModelTrainingJobResult.withModelTransformJob(MlResourceDefinition modelTransformJob)
The model transform job.
|
GetMLModelTrainingJobResult |
GetMLModelTrainingJobResult.withProcessingJob(MlResourceDefinition processingJob)
The data processing job.
|
GetMLDataProcessingJobResult |
GetMLDataProcessingJobResult.withProcessingJob(MlResourceDefinition processingJob)
Definition of the data processing job.
|
GetMLModelTransformJobResult |
GetMLModelTransformJobResult.withRemoteModelTransformJob(MlResourceDefinition remoteModelTransformJob)
The remote model transform job.
|
Copyright © 2023. All rights reserved.