Interface AutoMlForecastingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AutoMlForecasting,AutoMlForecasting.Builder
@Generated
public interface AutoMlForecastingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe input parameters of this TrainingJob.The input parameters of this TrainingJob.The metadata information.The metadata information.booleanThe input parameters of this TrainingJob.booleanThe metadata information.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInputs
boolean hasInputs()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs inputs = 1;- Returns:
- Whether the inputs field is set.
-
getInputs
AutoMlForecastingInputs getInputs()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs inputs = 1;- Returns:
- The inputs.
-
getInputsOrBuilder
AutoMlForecastingInputsOrBuilder getInputsOrBuilder()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs inputs = 1; -
hasMetadata
boolean hasMetadata()The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;- Returns:
- Whether the metadata field is set.
-
getMetadata
AutoMlForecastingMetadata getMetadata()The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;- Returns:
- The metadata.
-
getMetadataOrBuilder
AutoMlForecastingMetadataOrBuilder getMetadataOrBuilder()The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
-