Class: Aws::Types::DescribeModelCardExportJobResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.



4739
4740
4741
# File 'sig/types.rbs', line 4739

def created_at
  @created_at
end

#export_artifactsTypes::ModelCardExportArtifacts

Returns the value of attribute export_artifacts.



4742
4743
4744
# File 'sig/types.rbs', line 4742

def export_artifacts
  @export_artifacts
end

#failure_reason::String

Returns the value of attribute failure_reason.



4741
4742
4743
# File 'sig/types.rbs', line 4741

def failure_reason
  @failure_reason
end

#last_modified_at::Time

Returns the value of attribute last_modified_at.



4740
4741
4742
# File 'sig/types.rbs', line 4740

def last_modified_at
  @last_modified_at
end

#model_card_export_job_arn::String

Returns the value of attribute model_card_export_job_arn.



4734
4735
4736
# File 'sig/types.rbs', line 4734

def model_card_export_job_arn
  @model_card_export_job_arn
end

#model_card_export_job_name::String

Returns the value of attribute model_card_export_job_name.



4733
4734
4735
# File 'sig/types.rbs', line 4733

def model_card_export_job_name
  @model_card_export_job_name
end

#model_card_name::String

Returns the value of attribute model_card_name.



4736
4737
4738
# File 'sig/types.rbs', line 4736

def model_card_name
  @model_card_name
end

#model_card_version::Integer

Returns the value of attribute model_card_version.



4737
4738
4739
# File 'sig/types.rbs', line 4737

def model_card_version
  @model_card_version
end

#output_configTypes::ModelCardExportOutputConfig

Returns the value of attribute output_config.



4738
4739
4740
# File 'sig/types.rbs', line 4738

def output_config
  @output_config
end

#status"InProgress", ...

Returns the value of attribute status.



4735
4736
4737
# File 'sig/types.rbs', line 4735

def status
  @status
end