Uses of Class
software.amazon.awssdk.services.sagemaker.model.FlowDefinitionStatus
-
Packages that use FlowDefinitionStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of FlowDefinitionStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return FlowDefinitionStatus Modifier and Type Method Description FlowDefinitionStatusDescribeFlowDefinitionResponse. flowDefinitionStatus()The status of the flow definition.FlowDefinitionStatusFlowDefinitionSummary. flowDefinitionStatus()The status of the flow definition.static FlowDefinitionStatusFlowDefinitionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FlowDefinitionStatusFlowDefinitionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FlowDefinitionStatus[]FlowDefinitionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type FlowDefinitionStatus Modifier and Type Method Description static Set<FlowDefinitionStatus>FlowDefinitionStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type FlowDefinitionStatus Modifier and Type Method Description DescribeFlowDefinitionResponse.BuilderDescribeFlowDefinitionResponse.Builder. flowDefinitionStatus(FlowDefinitionStatus flowDefinitionStatus)The status of the flow definition.FlowDefinitionSummary.BuilderFlowDefinitionSummary.Builder. flowDefinitionStatus(FlowDefinitionStatus flowDefinitionStatus)The status of the flow definition.
-