Class: Aws::Types::StartMLDataProcessingJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_file_name::String

Returns the value of attribute config_file_name.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def config_file_name
  @config_file_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def id
  @id
end

#input_data_s3_location::String

Returns the value of attribute input_data_s3_location.

Returns:

  • (::String)


872
873
874
# File 'sig/types.rbs', line 872

def input_data_s3_location
  @input_data_s3_location
end

#model_type::String

Returns the value of attribute model_type.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def model_type
  @model_type
end

#neptune_iam_role_arn::String

Returns the value of attribute neptune_iam_role_arn.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def neptune_iam_role_arn
  @neptune_iam_role_arn
end

#previous_data_processing_job_id::String

Returns the value of attribute previous_data_processing_job_id.

Returns:

  • (::String)


871
872
873
# File 'sig/types.rbs', line 871

def previous_data_processing_job_id
  @previous_data_processing_job_id
end

#processed_data_s3_location::String

Returns the value of attribute processed_data_s3_location.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def processed_data_s3_location
  @processed_data_s3_location
end

#processing_instance_type::String

Returns the value of attribute processing_instance_type.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def processing_instance_type
  @processing_instance_type
end

#processing_instance_volume_size_in_gb::Integer

Returns the value of attribute processing_instance_volume_size_in_gb.

Returns:

  • (::Integer)


877
878
879
# File 'sig/types.rbs', line 877

def processing_instance_volume_size_in_gb
  @processing_instance_volume_size_in_gb
end

#processing_time_out_in_seconds::Integer

Returns the value of attribute processing_time_out_in_seconds.

Returns:

  • (::Integer)


878
879
880
# File 'sig/types.rbs', line 878

def processing_time_out_in_seconds
  @processing_time_out_in_seconds
end

#s3_output_encryption_kms_key::String

Returns the value of attribute s3_output_encryption_kms_key.

Returns:

  • (::String)


884
885
886
# File 'sig/types.rbs', line 884

def s3_output_encryption_kms_key
  @s3_output_encryption_kms_key
end

#sagemaker_iam_role_arn::String

Returns the value of attribute sagemaker_iam_role_arn.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def sagemaker_iam_role_arn
  @sagemaker_iam_role_arn
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


882
883
884
# File 'sig/types.rbs', line 882

def security_group_ids
  @security_group_ids
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


881
882
883
# File 'sig/types.rbs', line 881

def subnets
  @subnets
end

#volume_encryption_kms_key::String

Returns the value of attribute volume_encryption_kms_key.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def volume_encryption_kms_key
  @volume_encryption_kms_key
end