Class: Aws::Types::GetImportedModelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1948
1949
1950
# File 'sig/types.rbs', line 1948

def creation_time
  @creation_time
end

#custom_model_unitsTypes::CustomModelUnits

Returns the value of attribute custom_model_units.



1952
1953
1954
# File 'sig/types.rbs', line 1952

def custom_model_units
  @custom_model_units
end

#instruct_supportedBoolean

Returns the value of attribute instruct_supported.

Returns:

  • (Boolean)


1951
1952
1953
# File 'sig/types.rbs', line 1951

def instruct_supported
  @instruct_supported
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def job_arn
  @job_arn
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1945
1946
1947
# File 'sig/types.rbs', line 1945

def job_name
  @job_name
end

#model_architecture::String

Returns the value of attribute model_architecture.

Returns:

  • (::String)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def model_architecture
  @model_architecture
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def model_arn
  @model_arn
end

#model_data_sourceTypes::ModelDataSource

Returns the value of attribute model_data_source.



1947
1948
1949
# File 'sig/types.rbs', line 1947

def model_data_source
  @model_data_source
end

#model_kms_key_arn::String

Returns the value of attribute model_kms_key_arn.

Returns:

  • (::String)


1950
1951
1952
# File 'sig/types.rbs', line 1950

def model_kms_key_arn
  @model_kms_key_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


1944
1945
1946
# File 'sig/types.rbs', line 1944

def model_name
  @model_name
end