Class: Aws::CleanRoomsML::Types::GetMLConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The time at which the ML configuration was created.

Returns:

  • (Time)


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_locationTypes::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_identifierString

The membership ID of the member that owns the ML configuration you requested.

Returns:

  • (String)


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_timeTime

The most recent time at which the ML configuration was updated.

Returns:

  • (Time)


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