DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.availableInstanceCount(Integer availableInstanceCount) |
The number of instances currently available for use in this training plan.
|
static DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.builder() |
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.currencyCode(String currencyCode) |
The currency code for the upfront fee (e.g., USD).
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.durationHours(Long durationHours) |
The number of whole hours in the total duration for this training plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.durationMinutes(Long durationMinutes) |
The additional minutes beyond whole hours in the total duration for this training plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.endTime(Instant endTime) |
The end time of the training plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.inUseInstanceCount(Integer inUseInstanceCount) |
The number of instances currently in use from this training plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.reservedCapacitySummaries(Collection<ReservedCapacitySummary> reservedCapacitySummaries) |
The list of Reserved Capacity providing the underlying compute resources of the plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.reservedCapacitySummaries(Consumer<ReservedCapacitySummary.Builder>... reservedCapacitySummaries) |
The list of Reserved Capacity providing the underlying compute resources of the plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.reservedCapacitySummaries(ReservedCapacitySummary... reservedCapacitySummaries) |
The list of Reserved Capacity providing the underlying compute resources of the plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.startTime(Instant startTime) |
The start time of the training plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.status(String status) |
The current status of the training plan (e.g., Pending, Active, Expired).
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.status(TrainingPlanStatus status) |
The current status of the training plan (e.g., Pending, Active, Expired).
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.statusMessage(String statusMessage) |
A message providing additional information about the current status of the training plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.targetResources(Collection<SageMakerResourceName> targetResources) |
The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) that can use this training plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.targetResources(SageMakerResourceName... targetResources) |
The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) that can use this training plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.targetResourcesWithStrings(String... targetResources) |
The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) that can use this training plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.targetResourcesWithStrings(Collection<String> targetResources) |
The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) that can use this training plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.toBuilder() |
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.totalInstanceCount(Integer totalInstanceCount) |
The total number of instances reserved in this training plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.trainingPlanArn(String trainingPlanArn) |
The Amazon Resource Name (ARN); of the training plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.trainingPlanName(String trainingPlanName) |
The name of the training plan.
|
DescribeTrainingPlanResponse.Builder |
DescribeTrainingPlanResponse.Builder.upfrontFee(String upfrontFee) |
The upfront fee for the training plan.
|