@Generated(value="software.amazon.awssdk:codegen") public final class MonitoringJobDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitoringJobDefinition.Builder,MonitoringJobDefinition>
Defines the monitoring job.
Modifier and Type | Class and Description |
---|---|
static interface |
MonitoringJobDefinition.Builder |
Modifier and Type | Method and Description |
---|---|
MonitoringBaselineConfig |
baselineConfig()
Baseline configuration used to validate that the data conforms to the specified constraints and statistics
|
static MonitoringJobDefinition.Builder |
builder() |
Map<String,String> |
environment()
Sets the environment variables in the Docker container.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<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 |
hasMonitoringInputs()
Returns true if the MonitoringInputs property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
MonitoringAppSpecification |
monitoringAppSpecification()
Configures the monitoring job to run a specified Docker container image.
|
List<MonitoringInput> |
monitoringInputs()
The array of inputs for the monitoring job.
|
MonitoringOutputConfig |
monitoringOutputConfig()
The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).
|
MonitoringResources |
monitoringResources()
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job.
|
NetworkConfig |
networkConfig()
Specifies networking options for an monitoring job.
|
String |
roleArn()
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MonitoringJobDefinition.Builder> |
serializableBuilderClass() |
MonitoringStoppingCondition |
stoppingCondition()
Specifies a time limit for how long the monitoring job is allowed to run.
|
MonitoringJobDefinition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final MonitoringBaselineConfig baselineConfig()
Baseline configuration used to validate that the data conforms to the specified constraints and statistics
public final boolean hasMonitoringInputs()
public final List<MonitoringInput> monitoringInputs()
The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker Endpoint.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasMonitoringInputs()
to see if a value was sent in this field.
public final MonitoringOutputConfig monitoringOutputConfig()
The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).
public final MonitoringResources monitoringResources()
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job. In distributed processing, you specify more than one instance.
public final MonitoringAppSpecification monitoringAppSpecification()
Configures the monitoring job to run a specified Docker container image.
public final MonitoringStoppingCondition stoppingCondition()
Specifies a time limit for how long the monitoring job is allowed to run.
public final boolean hasEnvironment()
public final 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 final NetworkConfig networkConfig()
Specifies networking options for an monitoring job.
public final String roleArn()
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
public MonitoringJobDefinition.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<MonitoringJobDefinition.Builder,MonitoringJobDefinition>
public static MonitoringJobDefinition.Builder builder()
public static Class<? extends MonitoringJobDefinition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.