Class: Aws::CleanRoomsML::Types::GetMLConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetMLConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The time at which the ML configuration was created.
-
#default_output_location ⇒ Types::MLOutputConfiguration
The Amazon S3 location where ML model output is stored.
-
#membership_identifier ⇒ String
The membership ID of the member that owns the ML configuration you requested.
-
#update_time ⇒ Time
The most recent time at which the ML configuration was updated.
Instance Attribute Details
#create_time ⇒ Time
The time at which the ML configuration was created.
2722 2723 2724 2725 2726 2727 2728 2729 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2722 class GetMLConfigurationResponse < Struct.new( :membership_identifier, :default_output_location, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#default_output_location ⇒ Types::MLOutputConfiguration
The Amazon S3 location where ML model output is stored.
2722 2723 2724 2725 2726 2727 2728 2729 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2722 class GetMLConfigurationResponse < Struct.new( :membership_identifier, :default_output_location, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The membership ID of the member that owns the ML configuration you requested.
2722 2723 2724 2725 2726 2727 2728 2729 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2722 class GetMLConfigurationResponse < Struct.new( :membership_identifier, :default_output_location, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The most recent time at which the ML configuration was updated.
2722 2723 2724 2725 2726 2727 2728 2729 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2722 class GetMLConfigurationResponse < Struct.new( :membership_identifier, :default_output_location, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |