Class: Aws::Types::DescribeInferenceExperimentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4515
4516
4517
# File 'sig/types.rbs', line 4515

def arn
  @arn
end

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


4523
4524
4525
# File 'sig/types.rbs', line 4523

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4522
4523
4524
# File 'sig/types.rbs', line 4522

def creation_time
  @creation_time
end

#data_storage_configTypes::InferenceExperimentDataStorageConfig

Returns the value of attribute data_storage_config.



4528
4529
4530
# File 'sig/types.rbs', line 4528

def data_storage_config
  @data_storage_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4521
4522
4523
# File 'sig/types.rbs', line 4521

def description
  @description
end

#endpoint_metadataTypes::EndpointMetadata

Returns the value of attribute endpoint_metadata.



4526
4527
4528
# File 'sig/types.rbs', line 4526

def 
  @endpoint_metadata
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


4530
4531
4532
# File 'sig/types.rbs', line 4530

def kms_key
  @kms_key
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4524
4525
4526
# File 'sig/types.rbs', line 4524

def last_modified_time
  @last_modified_time
end

#model_variants::Array[Types::ModelVariantConfigSummary]

Returns the value of attribute model_variants.

Returns:



4527
4528
4529
# File 'sig/types.rbs', line 4527

def model_variants
  @model_variants
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4516
4517
4518
# File 'sig/types.rbs', line 4516

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4525
4526
4527
# File 'sig/types.rbs', line 4525

def role_arn
  @role_arn
end

#scheduleTypes::InferenceExperimentSchedule

Returns the value of attribute schedule.



4518
4519
4520
# File 'sig/types.rbs', line 4518

def schedule
  @schedule
end

#shadow_mode_configTypes::ShadowModeConfig

Returns the value of attribute shadow_mode_config.



4529
4530
4531
# File 'sig/types.rbs', line 4529

def shadow_mode_config
  @shadow_mode_config
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Created", "Updating", "Running", "Starting", "Stopping", "Completed", "Cancelled")


4519
4520
4521
# File 'sig/types.rbs', line 4519

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


4520
4521
4522
# File 'sig/types.rbs', line 4520

def status_reason
  @status_reason
end

#type"ShadowMode"

Returns the value of attribute type.

Returns:

  • ("ShadowMode")


4517
4518
4519
# File 'sig/types.rbs', line 4517

def type
  @type
end