public final class DeployModelRequest extends GeneratedMessageV3 implements DeployModelRequestOrBuilder
Request message for EndpointService.DeployModel.
Protobuf type google.cloud.aiplatform.v1beta1.DeployModelRequest
Fields
public static final int DEPLOYED_MODEL_FIELD_NUMBER
Field Value
public static final int ENDPOINT_FIELD_NUMBER
Field Value
public static final int TRAFFIC_SPLIT_FIELD_NUMBER
Field Value
Methods
public boolean containsTrafficSplit(String key)
A map from a DeployedModel's ID to the percentage of this Endpoint's
traffic that should be forwarded to that DeployedModel.
If this field is non-empty, then the Endpoint's
traffic_split will be overwritten with it.
To refer to the ID of the just being deployed Model, a "0" should be used,
and the actual ID of the new DeployedModel will be filled in its place by
this method. The traffic percentage values must add up to 100.
If this field is empty, then the Endpoint's
traffic_split is not updated.
map<string, int32> traffic_split = 3;
Parameter
Returns
public boolean equals(Object obj)
Parameter
Returns
Overrides
public static DeployModelRequest getDefaultInstance()
Returns
public DeployModelRequest getDefaultInstanceForType()
Returns
public DeployedModel getDeployedModel()
Required. The DeployedModel to be created within the Endpoint. Note that
Endpoint.traffic_split must be updated for the DeployedModel to start
receiving traffic, either as part of this call, or via
EndpointService.UpdateEndpoint.
.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public DeployedModelOrBuilder getDeployedModelOrBuilder()
Required. The DeployedModel to be created within the Endpoint. Note that
Endpoint.traffic_split must be updated for the DeployedModel to start
receiving traffic, either as part of this call, or via
EndpointService.UpdateEndpoint.
.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public String getEndpoint()
Required. The name of the Endpoint resource into which to deploy a Model.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The endpoint.
|
public ByteString getEndpointBytes()
Required. The name of the Endpoint resource into which to deploy a Model.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public Parser<DeployModelRequest> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public Map<String,Integer> getTrafficSplit()
Returns
public int getTrafficSplitCount()
A map from a DeployedModel's ID to the percentage of this Endpoint's
traffic that should be forwarded to that DeployedModel.
If this field is non-empty, then the Endpoint's
traffic_split will be overwritten with it.
To refer to the ID of the just being deployed Model, a "0" should be used,
and the actual ID of the new DeployedModel will be filled in its place by
this method. The traffic percentage values must add up to 100.
If this field is empty, then the Endpoint's
traffic_split is not updated.
map<string, int32> traffic_split = 3;
Returns
public Map<String,Integer> getTrafficSplitMap()
A map from a DeployedModel's ID to the percentage of this Endpoint's
traffic that should be forwarded to that DeployedModel.
If this field is non-empty, then the Endpoint's
traffic_split will be overwritten with it.
To refer to the ID of the just being deployed Model, a "0" should be used,
and the actual ID of the new DeployedModel will be filled in its place by
this method. The traffic percentage values must add up to 100.
If this field is empty, then the Endpoint's
traffic_split is not updated.
map<string, int32> traffic_split = 3;
Returns
public int getTrafficSplitOrDefault(String key, int defaultValue)
A map from a DeployedModel's ID to the percentage of this Endpoint's
traffic that should be forwarded to that DeployedModel.
If this field is non-empty, then the Endpoint's
traffic_split will be overwritten with it.
To refer to the ID of the just being deployed Model, a "0" should be used,
and the actual ID of the new DeployedModel will be filled in its place by
this method. The traffic percentage values must add up to 100.
If this field is empty, then the Endpoint's
traffic_split is not updated.
map<string, int32> traffic_split = 3;
Parameters
Returns
public int getTrafficSplitOrThrow(String key)
A map from a DeployedModel's ID to the percentage of this Endpoint's
traffic that should be forwarded to that DeployedModel.
If this field is non-empty, then the Endpoint's
traffic_split will be overwritten with it.
To refer to the ID of the just being deployed Model, a "0" should be used,
and the actual ID of the new DeployedModel will be filled in its place by
this method. The traffic percentage values must add up to 100.
If this field is empty, then the Endpoint's
traffic_split is not updated.
map<string, int32> traffic_split = 3;
Parameter
Returns
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasDeployedModel()
Required. The DeployedModel to be created within the Endpoint. Note that
Endpoint.traffic_split must be updated for the DeployedModel to start
receiving traffic, either as part of this call, or via
EndpointService.UpdateEndpoint.
.google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the deployedModel field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
protected MapField internalGetMapField(int number)
Parameter
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public static DeployModelRequest.Builder newBuilder()
Returns
public static DeployModelRequest.Builder newBuilder(DeployModelRequest prototype)
Parameter
Returns
public DeployModelRequest.Builder newBuilderForType()
Returns
protected DeployModelRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public static DeployModelRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static DeployModelRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeployModelRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static DeployModelRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeployModelRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static DeployModelRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeployModelRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static DeployModelRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeployModelRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static DeployModelRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DeployModelRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static DeployModelRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<DeployModelRequest> parser()
Returns
public DeployModelRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions