Package com.google.cloud.aiplatform.v1
Interface PublisherModel.CallToAction.Deploy.DeployMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublisherModel.CallToAction.Deploy.DeployMetadata,PublisherModel.CallToAction.Deploy.DeployMetadata.Builder
- Enclosing class:
- PublisherModel.CallToAction.Deploy
public static interface PublisherModel.CallToAction.Deploy.DeployMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsLabels(String key) Optional.Deprecated.intOptional.Optional.getLabelsOrDefault(String key, String defaultValue) Optional.getLabelsOrThrow(String key) Optional.Optional.com.google.protobuf.ByteStringOptional.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
-
getLabelsCount
int getLabelsCount()Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
map<string, string> labels = 1 [(.google.api.field_behavior) = OPTIONAL]; -
containsLabels
Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
map<string, string> labels = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getLabels
Deprecated.UsegetLabelsMap()instead. -
getLabelsMap
Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
map<string, string> labels = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getLabelsOrDefault
Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
map<string, string> labels = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getLabelsOrThrow
Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
map<string, string> labels = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getSampleRequest
String getSampleRequest()Optional. Sample request for deployed endpoint.
string sample_request = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The sampleRequest.
-
getSampleRequestBytes
com.google.protobuf.ByteString getSampleRequestBytes()Optional. Sample request for deployed endpoint.
string sample_request = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for sampleRequest.
-