Uses of Class
com.google.cloud.aiplatform.v1.PipelineState
-
Packages that use PipelineState Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of PipelineState in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return PipelineState Modifier and Type Method Description static PipelineStatePipelineState. forNumber(int value)PipelineStatePipelineJob.Builder. getState()Output only.PipelineStatePipelineJob. getState()Output only.PipelineStatePipelineJobOrBuilder. getState()Output only.PipelineStateTrainingPipeline.Builder. getState()Output only.PipelineStateTrainingPipeline. getState()Output only.PipelineStateTrainingPipelineOrBuilder. getState()Output only.static PipelineStatePipelineState. valueOf(int value)Deprecated.static PipelineStatePipelineState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PipelineStatePipelineState. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelineState[]PipelineState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type PipelineState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PipelineState>PipelineState. internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type PipelineState Modifier and Type Method Description PipelineJob.BuilderPipelineJob.Builder. setState(PipelineState value)Output only.TrainingPipeline.BuilderTrainingPipeline.Builder. setState(PipelineState value)Output only.
-