Class: Aws::Types::CollaborationTrainedModelExportJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifier::String

Returns the value of attribute collaboration_identifier.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def collaboration_identifier
  @collaboration_identifier
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


143
144
145
# File 'sig/types.rbs', line 143

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def name
  @name
end

#output_configurationTypes::TrainedModelExportOutputConfiguration

Returns the value of attribute output_configuration.



146
147
148
# File 'sig/types.rbs', line 146

def output_configuration
  @output_configuration
end

#status"CREATE_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE")


147
148
149
# File 'sig/types.rbs', line 147

def status
  @status
end

#status_detailsTypes::StatusDetails

Returns the value of attribute status_details.



148
149
150
# File 'sig/types.rbs', line 148

def status_details
  @status_details
end

#trained_model_arn::String

Returns the value of attribute trained_model_arn.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def trained_model_arn
  @trained_model_arn
end

#trained_model_version_identifier::String

Returns the value of attribute trained_model_version_identifier.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def trained_model_version_identifier
  @trained_model_version_identifier
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


144
145
146
# File 'sig/types.rbs', line 144

def update_time
  @update_time
end