@Generated(value="software.amazon.awssdk:codegen") public final class ProcessingJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProcessingJob.Builder,ProcessingJob>
An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see Process Data and Evaluate Models.
Modifier and Type | Class and Description |
---|---|
static interface |
ProcessingJob.Builder |
Modifier and Type | Method and Description |
---|---|
AppSpecification |
appSpecification()
Returns the value of the AppSpecification property for this object.
|
String |
autoMLJobArn()
The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.
|
static ProcessingJob.Builder |
builder() |
Instant |
creationTime()
The time the processing job was created.
|
Map<String,String> |
environment()
Sets the environment variables in the Docker container.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exitMessage()
A string, up to one KB in size, that contains metadata from the processing container when the processing job
exits.
|
ExperimentConfig |
experimentConfig()
Returns the value of the ExperimentConfig property for this object.
|
String |
failureReason()
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEnvironment()
Returns true if the Environment property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasProcessingInputs()
Returns true if the ProcessingInputs 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).
|
Instant |
lastModifiedTime()
The time the processing job was last modified.
|
String |
monitoringScheduleArn()
The ARN of a monitoring schedule for an endpoint associated with this processing job.
|
NetworkConfig |
networkConfig()
Returns the value of the NetworkConfig property for this object.
|
Instant |
processingEndTime()
The time that the processing job ended.
|
List<ProcessingInput> |
processingInputs()
For each input, data is downloaded from S3 into the processing container before the processing job begins running
if "S3InputMode" is set to
File . |
String |
processingJobArn()
The ARN of the processing job.
|
String |
processingJobName()
The name of the processing job.
|
ProcessingJobStatus |
processingJobStatus()
The status of the processing job.
|
String |
processingJobStatusAsString()
The status of the processing job.
|
ProcessingOutputConfig |
processingOutputConfig()
Returns the value of the ProcessingOutputConfig property for this object.
|
ProcessingResources |
processingResources()
Returns the value of the ProcessingResources property for this object.
|
Instant |
processingStartTime()
The time that the processing job started.
|
String |
roleArn()
The ARN of the role used to create the processing job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProcessingJob.Builder> |
serializableBuilderClass() |
ProcessingStoppingCondition |
stoppingCondition()
Returns the value of the StoppingCondition property for this object.
|
List<Tag> |
tags()
An array of key-value pairs.
|
ProcessingJob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trainingJobArn()
The ARN of the training job associated with this processing job.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public boolean hasProcessingInputs()
public List<ProcessingInput> processingInputs()
For each input, data is downloaded from S3 into the processing container before the processing job begins running
if "S3InputMode" is set to File
.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasProcessingInputs()
to see if a value was sent in this field.
File
.public ProcessingOutputConfig processingOutputConfig()
public String processingJobName()
The name of the processing job.
public ProcessingResources processingResources()
public ProcessingStoppingCondition stoppingCondition()
public AppSpecification appSpecification()
public boolean hasEnvironment()
public Map<String,String> environment()
Sets the environment variables in the Docker container.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEnvironment()
to see if a value was sent in this field.
public NetworkConfig networkConfig()
public String roleArn()
The ARN of the role used to create the processing job.
public ExperimentConfig experimentConfig()
public String processingJobArn()
The ARN of the processing job.
public ProcessingJobStatus processingJobStatus()
The status of the processing job.
If the service returns an enum value that is not available in the current SDK version,
processingJobStatus
will return ProcessingJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from processingJobStatusAsString()
.
ProcessingJobStatus
public String processingJobStatusAsString()
The status of the processing job.
If the service returns an enum value that is not available in the current SDK version,
processingJobStatus
will return ProcessingJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from processingJobStatusAsString()
.
ProcessingJobStatus
public String exitMessage()
A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
public String failureReason()
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
public Instant processingEndTime()
The time that the processing job ended.
public Instant processingStartTime()
The time that the processing job started.
public Instant lastModifiedTime()
The time the processing job was last modified.
public Instant creationTime()
The time the processing job was created.
public String monitoringScheduleArn()
The ARN of a monitoring schedule for an endpoint associated with this processing job.
public String autoMLJobArn()
The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.
public String trainingJobArn()
The ARN of the training job associated with this processing job.
public boolean hasTags()
public List<Tag> tags()
An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
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 ProcessingJob.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ProcessingJob.Builder,ProcessingJob>
public static ProcessingJob.Builder builder()
public static Class<? extends ProcessingJob.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.