Class: Aws::SageMaker::Types::SearchTrainingPlanOfferingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SearchTrainingPlanOfferingsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#training_plan_offerings ⇒ Array<Types::TrainingPlanOffering>
A list of training plan offerings that match the search criteria.
Instance Attribute Details
#training_plan_offerings ⇒ Array<Types::TrainingPlanOffering>
A list of training plan offerings that match the search criteria.
42372 42373 42374 42375 42376 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42372 class SearchTrainingPlanOfferingsResponse < Struct.new( :training_plan_offerings) SENSITIVE = [] include Aws::Structure end |