Class PublisherModel.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<PublisherModel.Builder>
com.google.cloud.aiplatform.v1.PublisherModel.Builder
All Implemented Interfaces:
PublisherModelOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
PublisherModel

public static final class PublisherModel.Builder extends com.google.protobuf.GeneratedMessage.Builder<PublisherModel.Builder> implements PublisherModelOrBuilder
 A Model Garden Publisher Model.
 
Protobuf type google.cloud.aiplatform.v1.PublisherModel
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<PublisherModel.Builder>
    • clear

      public PublisherModel.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<PublisherModel.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<PublisherModel.Builder>
    • getDefaultInstanceForType

      public PublisherModel getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public PublisherModel build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public PublisherModel buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public PublisherModel.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PublisherModel.Builder>
    • mergeFrom

      public PublisherModel.Builder mergeFrom(PublisherModel other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<PublisherModel.Builder>
    • mergeFrom

      public PublisherModel.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PublisherModel.Builder>
      Throws:
      IOException
    • getName

      public String getName()
       Output only. The resource name of the PublisherModel.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getName in interface PublisherModelOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Output only. The resource name of the PublisherModel.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getNameBytes in interface PublisherModelOrBuilder
      Returns:
      The bytes for name.
    • setName

      public PublisherModel.Builder setName(String value)
       Output only. The resource name of the PublisherModel.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public PublisherModel.Builder clearName()
       Output only. The resource name of the PublisherModel.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setNameBytes

      public PublisherModel.Builder setNameBytes(com.google.protobuf.ByteString value)
       Output only. The resource name of the PublisherModel.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getVersionId

      public String getVersionId()
       Output only. Immutable. The version ID of the PublisherModel.
       A new version is committed when a new model version is uploaded under an
       existing model id. It is an auto-incrementing decimal number in string
       representation.
       
      string version_id = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getVersionId in interface PublisherModelOrBuilder
      Returns:
      The versionId.
    • getVersionIdBytes

      public com.google.protobuf.ByteString getVersionIdBytes()
       Output only. Immutable. The version ID of the PublisherModel.
       A new version is committed when a new model version is uploaded under an
       existing model id. It is an auto-incrementing decimal number in string
       representation.
       
      string version_id = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getVersionIdBytes in interface PublisherModelOrBuilder
      Returns:
      The bytes for versionId.
    • setVersionId

      public PublisherModel.Builder setVersionId(String value)
       Output only. Immutable. The version ID of the PublisherModel.
       A new version is committed when a new model version is uploaded under an
       existing model id. It is an auto-incrementing decimal number in string
       representation.
       
      string version_id = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The versionId to set.
      Returns:
      This builder for chaining.
    • clearVersionId

      public PublisherModel.Builder clearVersionId()
       Output only. Immutable. The version ID of the PublisherModel.
       A new version is committed when a new model version is uploaded under an
       existing model id. It is an auto-incrementing decimal number in string
       representation.
       
      string version_id = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setVersionIdBytes

      public PublisherModel.Builder setVersionIdBytes(com.google.protobuf.ByteString value)
       Output only. Immutable. The version ID of the PublisherModel.
       A new version is committed when a new model version is uploaded under an
       existing model id. It is an auto-incrementing decimal number in string
       representation.
       
      string version_id = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The bytes for versionId to set.
      Returns:
      This builder for chaining.
    • getOpenSourceCategoryValue

      public int getOpenSourceCategoryValue()
       Required. Indicates the open source category of the publisher model.
       
      .google.cloud.aiplatform.v1.PublisherModel.OpenSourceCategory open_source_category = 7 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getOpenSourceCategoryValue in interface PublisherModelOrBuilder
      Returns:
      The enum numeric value on the wire for openSourceCategory.
    • setOpenSourceCategoryValue

      public PublisherModel.Builder setOpenSourceCategoryValue(int value)
       Required. Indicates the open source category of the publisher model.
       
      .google.cloud.aiplatform.v1.PublisherModel.OpenSourceCategory open_source_category = 7 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The enum numeric value on the wire for openSourceCategory to set.
      Returns:
      This builder for chaining.
    • getOpenSourceCategory

      public PublisherModel.OpenSourceCategory getOpenSourceCategory()
       Required. Indicates the open source category of the publisher model.
       
      .google.cloud.aiplatform.v1.PublisherModel.OpenSourceCategory open_source_category = 7 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getOpenSourceCategory in interface PublisherModelOrBuilder
      Returns:
      The openSourceCategory.
    • setOpenSourceCategory

      public PublisherModel.Builder setOpenSourceCategory(PublisherModel.OpenSourceCategory value)
       Required. Indicates the open source category of the publisher model.
       
      .google.cloud.aiplatform.v1.PublisherModel.OpenSourceCategory open_source_category = 7 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The openSourceCategory to set.
      Returns:
      This builder for chaining.
    • clearOpenSourceCategory

      public PublisherModel.Builder clearOpenSourceCategory()
       Required. Indicates the open source category of the publisher model.
       
      .google.cloud.aiplatform.v1.PublisherModel.OpenSourceCategory open_source_category = 7 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • hasSupportedActions

      public boolean hasSupportedActions()
       Optional. Supported call-to-action options.
       
      .google.cloud.aiplatform.v1.PublisherModel.CallToAction supported_actions = 19 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasSupportedActions in interface PublisherModelOrBuilder
      Returns:
      Whether the supportedActions field is set.
    • getSupportedActions

      public PublisherModel.CallToAction getSupportedActions()
       Optional. Supported call-to-action options.
       
      .google.cloud.aiplatform.v1.PublisherModel.CallToAction supported_actions = 19 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getSupportedActions in interface PublisherModelOrBuilder
      Returns:
      The supportedActions.
    • setSupportedActions

      public PublisherModel.Builder setSupportedActions(PublisherModel.CallToAction value)
       Optional. Supported call-to-action options.
       
      .google.cloud.aiplatform.v1.PublisherModel.CallToAction supported_actions = 19 [(.google.api.field_behavior) = OPTIONAL];
    • setSupportedActions

      public PublisherModel.Builder setSupportedActions(PublisherModel.CallToAction.Builder builderForValue)
       Optional. Supported call-to-action options.
       
      .google.cloud.aiplatform.v1.PublisherModel.CallToAction supported_actions = 19 [(.google.api.field_behavior) = OPTIONAL];
    • mergeSupportedActions

      public PublisherModel.Builder mergeSupportedActions(PublisherModel.CallToAction value)
       Optional. Supported call-to-action options.
       
      .google.cloud.aiplatform.v1.PublisherModel.CallToAction supported_actions = 19 [(.google.api.field_behavior) = OPTIONAL];
    • clearSupportedActions

      public PublisherModel.Builder clearSupportedActions()
       Optional. Supported call-to-action options.
       
      .google.cloud.aiplatform.v1.PublisherModel.CallToAction supported_actions = 19 [(.google.api.field_behavior) = OPTIONAL];
    • getSupportedActionsBuilder

      public PublisherModel.CallToAction.Builder getSupportedActionsBuilder()
       Optional. Supported call-to-action options.
       
      .google.cloud.aiplatform.v1.PublisherModel.CallToAction supported_actions = 19 [(.google.api.field_behavior) = OPTIONAL];
    • getSupportedActionsOrBuilder

      public PublisherModel.CallToActionOrBuilder getSupportedActionsOrBuilder()
       Optional. Supported call-to-action options.
       
      .google.cloud.aiplatform.v1.PublisherModel.CallToAction supported_actions = 19 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getSupportedActionsOrBuilder in interface PublisherModelOrBuilder
    • getFrameworksList

      public com.google.protobuf.ProtocolStringList getFrameworksList()
       Optional. Additional information about the model's Frameworks.
       
      repeated string frameworks = 23 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFrameworksList in interface PublisherModelOrBuilder
      Returns:
      A list containing the frameworks.
    • getFrameworksCount

      public int getFrameworksCount()
       Optional. Additional information about the model's Frameworks.
       
      repeated string frameworks = 23 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFrameworksCount in interface PublisherModelOrBuilder
      Returns:
      The count of frameworks.
    • getFrameworks

      public String getFrameworks(int index)
       Optional. Additional information about the model's Frameworks.
       
      repeated string frameworks = 23 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFrameworks in interface PublisherModelOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The frameworks at the given index.
    • getFrameworksBytes

      public com.google.protobuf.ByteString getFrameworksBytes(int index)
       Optional. Additional information about the model's Frameworks.
       
      repeated string frameworks = 23 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFrameworksBytes in interface PublisherModelOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the frameworks at the given index.
    • setFrameworks

      public PublisherModel.Builder setFrameworks(int index, String value)
       Optional. Additional information about the model's Frameworks.
       
      repeated string frameworks = 23 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index to set the value at.
      value - The frameworks to set.
      Returns:
      This builder for chaining.
    • addFrameworks

      public PublisherModel.Builder addFrameworks(String value)
       Optional. Additional information about the model's Frameworks.
       
      repeated string frameworks = 23 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The frameworks to add.
      Returns:
      This builder for chaining.
    • addAllFrameworks

      public PublisherModel.Builder addAllFrameworks(Iterable<String> values)
       Optional. Additional information about the model's Frameworks.
       
      repeated string frameworks = 23 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      values - The frameworks to add.
      Returns:
      This builder for chaining.
    • clearFrameworks

      public PublisherModel.Builder clearFrameworks()
       Optional. Additional information about the model's Frameworks.
       
      repeated string frameworks = 23 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • addFrameworksBytes

      public PublisherModel.Builder addFrameworksBytes(com.google.protobuf.ByteString value)
       Optional. Additional information about the model's Frameworks.
       
      repeated string frameworks = 23 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes of the frameworks to add.
      Returns:
      This builder for chaining.
    • getLaunchStageValue

      public int getLaunchStageValue()
       Optional. Indicates the launch stage of the model.
       
      .google.cloud.aiplatform.v1.PublisherModel.LaunchStage launch_stage = 29 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getLaunchStageValue in interface PublisherModelOrBuilder
      Returns:
      The enum numeric value on the wire for launchStage.
    • setLaunchStageValue

      public PublisherModel.Builder setLaunchStageValue(int value)
       Optional. Indicates the launch stage of the model.
       
      .google.cloud.aiplatform.v1.PublisherModel.LaunchStage launch_stage = 29 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The enum numeric value on the wire for launchStage to set.
      Returns:
      This builder for chaining.
    • getLaunchStage

      public PublisherModel.LaunchStage getLaunchStage()
       Optional. Indicates the launch stage of the model.
       
      .google.cloud.aiplatform.v1.PublisherModel.LaunchStage launch_stage = 29 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getLaunchStage in interface PublisherModelOrBuilder
      Returns:
      The launchStage.
    • setLaunchStage

      public PublisherModel.Builder setLaunchStage(PublisherModel.LaunchStage value)
       Optional. Indicates the launch stage of the model.
       
      .google.cloud.aiplatform.v1.PublisherModel.LaunchStage launch_stage = 29 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The launchStage to set.
      Returns:
      This builder for chaining.
    • clearLaunchStage

      public PublisherModel.Builder clearLaunchStage()
       Optional. Indicates the launch stage of the model.
       
      .google.cloud.aiplatform.v1.PublisherModel.LaunchStage launch_stage = 29 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • getVersionStateValue

      public int getVersionStateValue()
       Optional. Indicates the state of the model version.
       
      .google.cloud.aiplatform.v1.PublisherModel.VersionState version_state = 37 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getVersionStateValue in interface PublisherModelOrBuilder
      Returns:
      The enum numeric value on the wire for versionState.
    • setVersionStateValue

      public PublisherModel.Builder setVersionStateValue(int value)
       Optional. Indicates the state of the model version.
       
      .google.cloud.aiplatform.v1.PublisherModel.VersionState version_state = 37 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The enum numeric value on the wire for versionState to set.
      Returns:
      This builder for chaining.
    • getVersionState

      public PublisherModel.VersionState getVersionState()
       Optional. Indicates the state of the model version.
       
      .google.cloud.aiplatform.v1.PublisherModel.VersionState version_state = 37 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getVersionState in interface PublisherModelOrBuilder
      Returns:
      The versionState.
    • setVersionState

      public PublisherModel.Builder setVersionState(PublisherModel.VersionState value)
       Optional. Indicates the state of the model version.
       
      .google.cloud.aiplatform.v1.PublisherModel.VersionState version_state = 37 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The versionState to set.
      Returns:
      This builder for chaining.
    • clearVersionState

      public PublisherModel.Builder clearVersionState()
       Optional. Indicates the state of the model version.
       
      .google.cloud.aiplatform.v1.PublisherModel.VersionState version_state = 37 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • getPublisherModelTemplate

      public String getPublisherModelTemplate()
       Optional. Output only. Immutable. Used to indicate this model has a
       publisher model and provide the template of the publisher model resource
       name.
       
      string publisher_model_template = 30 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPublisherModelTemplate in interface PublisherModelOrBuilder
      Returns:
      The publisherModelTemplate.
    • getPublisherModelTemplateBytes

      public com.google.protobuf.ByteString getPublisherModelTemplateBytes()
       Optional. Output only. Immutable. Used to indicate this model has a
       publisher model and provide the template of the publisher model resource
       name.
       
      string publisher_model_template = 30 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPublisherModelTemplateBytes in interface PublisherModelOrBuilder
      Returns:
      The bytes for publisherModelTemplate.
    • setPublisherModelTemplate

      public PublisherModel.Builder setPublisherModelTemplate(String value)
       Optional. Output only. Immutable. Used to indicate this model has a
       publisher model and provide the template of the publisher model resource
       name.
       
      string publisher_model_template = 30 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The publisherModelTemplate to set.
      Returns:
      This builder for chaining.
    • clearPublisherModelTemplate

      public PublisherModel.Builder clearPublisherModelTemplate()
       Optional. Output only. Immutable. Used to indicate this model has a
       publisher model and provide the template of the publisher model resource
       name.
       
      string publisher_model_template = 30 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setPublisherModelTemplateBytes

      public PublisherModel.Builder setPublisherModelTemplateBytes(com.google.protobuf.ByteString value)
       Optional. Output only. Immutable. Used to indicate this model has a
       publisher model and provide the template of the publisher model resource
       name.
       
      string publisher_model_template = 30 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The bytes for publisherModelTemplate to set.
      Returns:
      This builder for chaining.
    • hasPredictSchemata

      public boolean hasPredictSchemata()
       Optional. The schemata that describes formats of the PublisherModel's
       predictions and explanations as given and returned via
       [PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict].
       
      .google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 31 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasPredictSchemata in interface PublisherModelOrBuilder
      Returns:
      Whether the predictSchemata field is set.
    • getPredictSchemata

      public PredictSchemata getPredictSchemata()
       Optional. The schemata that describes formats of the PublisherModel's
       predictions and explanations as given and returned via
       [PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict].
       
      .google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 31 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPredictSchemata in interface PublisherModelOrBuilder
      Returns:
      The predictSchemata.
    • setPredictSchemata

      public PublisherModel.Builder setPredictSchemata(PredictSchemata value)
       Optional. The schemata that describes formats of the PublisherModel's
       predictions and explanations as given and returned via
       [PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict].
       
      .google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 31 [(.google.api.field_behavior) = OPTIONAL];
    • setPredictSchemata

      public PublisherModel.Builder setPredictSchemata(PredictSchemata.Builder builderForValue)
       Optional. The schemata that describes formats of the PublisherModel's
       predictions and explanations as given and returned via
       [PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict].
       
      .google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 31 [(.google.api.field_behavior) = OPTIONAL];
    • mergePredictSchemata

      public PublisherModel.Builder mergePredictSchemata(PredictSchemata value)
       Optional. The schemata that describes formats of the PublisherModel's
       predictions and explanations as given and returned via
       [PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict].
       
      .google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 31 [(.google.api.field_behavior) = OPTIONAL];
    • clearPredictSchemata

      public PublisherModel.Builder clearPredictSchemata()
       Optional. The schemata that describes formats of the PublisherModel's
       predictions and explanations as given and returned via
       [PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict].
       
      .google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 31 [(.google.api.field_behavior) = OPTIONAL];
    • getPredictSchemataBuilder

      public PredictSchemata.Builder getPredictSchemataBuilder()
       Optional. The schemata that describes formats of the PublisherModel's
       predictions and explanations as given and returned via
       [PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict].
       
      .google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 31 [(.google.api.field_behavior) = OPTIONAL];
    • getPredictSchemataOrBuilder

      public PredictSchemataOrBuilder getPredictSchemataOrBuilder()
       Optional. The schemata that describes formats of the PublisherModel's
       predictions and explanations as given and returned via
       [PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict].
       
      .google.cloud.aiplatform.v1.PredictSchemata predict_schemata = 31 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPredictSchemataOrBuilder in interface PublisherModelOrBuilder