PipelineJsonStepOutputParameterDetails

class oci.data_science.models.PipelineJsonStepOutputParameterDetails(**kwargs)

Bases: oci.data_science.models.pipeline_step_output_parameter_details.PipelineStepOutputParameterDetails

Pipeline JSON output parameter details

Attributes

OUTPUT_PARAMETER_TYPE_JSON str(object=’’) -> str
output_file [Required] Gets the output_file of this PipelineJsonStepOutputParameterDetails.
output_parameter_type [Required] Gets the output_parameter_type of this PipelineStepOutputParameterDetails.
parameter_names [Required] Gets the parameter_names of this PipelineJsonStepOutputParameterDetails.

Methods

__init__(**kwargs) Initializes a new PipelineJsonStepOutputParameterDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
OUTPUT_PARAMETER_TYPE_JSON = 'JSON'
__init__(**kwargs)

Initializes a new PipelineJsonStepOutputParameterDetails object with values from keyword arguments. The default value of the output_parameter_type attribute of this class is JSON and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • output_parameter_type (str) – The value to assign to the output_parameter_type property of this PipelineJsonStepOutputParameterDetails. Allowed values for this property are: “JSON”
  • parameter_names (list[str]) – The value to assign to the parameter_names property of this PipelineJsonStepOutputParameterDetails.
  • output_file (str) – The value to assign to the output_file property of this PipelineJsonStepOutputParameterDetails.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

output_file

[Required] Gets the output_file of this PipelineJsonStepOutputParameterDetails. Output file name

Returns:The output_file of this PipelineJsonStepOutputParameterDetails.
Return type:str
output_parameter_type

[Required] Gets the output_parameter_type of this PipelineStepOutputParameterDetails. Type of output parameters

Allowed values for this property are: “JSON”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The output_parameter_type of this PipelineStepOutputParameterDetails.
Return type:str
parameter_names

[Required] Gets the parameter_names of this PipelineJsonStepOutputParameterDetails. The list of parameter names that will be output by this step

Returns:The parameter_names of this PipelineJsonStepOutputParameterDetails.
Return type:list[str]