Class: Aws::Types::CreateTrialRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2979
2980
2981
# File 'sig/types.rbs', line 2979

def display_name
  @display_name
end

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


2980
2981
2982
# File 'sig/types.rbs', line 2980

def experiment_name
  @experiment_name
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.



2981
2982
2983
# File 'sig/types.rbs', line 2981

def 
  @metadata_properties
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2982
2983
2984
# File 'sig/types.rbs', line 2982

def tags
  @tags
end

#trial_name::String

Returns the value of attribute trial_name.

Returns:

  • (::String)


2978
2979
2980
# File 'sig/types.rbs', line 2978

def trial_name
  @trial_name
end