| 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 |
|---|---|
DescribeMonitoringScheduleResult |
AbstractAmazonSageMaker.describeMonitoringSchedule(DescribeMonitoringScheduleRequest request) |
DescribeMonitoringScheduleResult |
AmazonSageMakerClient.describeMonitoringSchedule(DescribeMonitoringScheduleRequest request)
Describes the schedule for a monitoring job.
|
DescribeMonitoringScheduleResult |
AmazonSageMaker.describeMonitoringSchedule(DescribeMonitoringScheduleRequest describeMonitoringScheduleRequest)
Describes the schedule for a monitoring job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeMonitoringScheduleResult> |
AbstractAmazonSageMakerAsync.describeMonitoringScheduleAsync(DescribeMonitoringScheduleRequest request,
AsyncHandler<DescribeMonitoringScheduleRequest,DescribeMonitoringScheduleResult> asyncHandler) |
Future<DescribeMonitoringScheduleResult> |
AmazonSageMakerAsyncClient.describeMonitoringScheduleAsync(DescribeMonitoringScheduleRequest request,
AsyncHandler<DescribeMonitoringScheduleRequest,DescribeMonitoringScheduleResult> asyncHandler) |
Future<DescribeMonitoringScheduleResult> |
AmazonSageMakerAsync.describeMonitoringScheduleAsync(DescribeMonitoringScheduleRequest describeMonitoringScheduleRequest,
AsyncHandler<DescribeMonitoringScheduleRequest,DescribeMonitoringScheduleResult> asyncHandler)
Describes the schedule for a monitoring job.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.clone() |
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withCreationTime(Date creationTime)
The time at which the monitoring job was created.
|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withEndpointName(String endpointName)
The name of the endpoint for the monitoring job.
|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withFailureReason(String failureReason)
A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withLastModifiedTime(Date lastModifiedTime)
The time at which the monitoring job was last modified.
|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withLastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary)
Describes metadata on the last execution to run, if there was one.
|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withMonitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withMonitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withMonitoringScheduleName(String monitoringScheduleName)
Name of the monitoring schedule.
|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withMonitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of an monitoring job.
|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withMonitoringScheduleStatus(String monitoringScheduleStatus)
The status of an monitoring job.
|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withMonitoringType(MonitoringType monitoringType)
The type of the monitoring job that this schedule runs.
|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withMonitoringType(String monitoringType)
The type of the monitoring job that this schedule runs.
|
Copyright © 2024. All rights reserved.