Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::CreateCustomClassRequest.
Request message for the CreateCustomClass method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#custom_class
def custom_class() -> ::Google::Cloud::Speech::V2::CustomClass- (::Google::Cloud::Speech::V2::CustomClass) — Required. The CustomClass to create.
#custom_class=
def custom_class=(value) -> ::Google::Cloud::Speech::V2::CustomClass- value (::Google::Cloud::Speech::V2::CustomClass) — Required. The CustomClass to create.
- (::Google::Cloud::Speech::V2::CustomClass) — Required. The CustomClass to create.
#custom_class_id
def custom_class_id() -> ::String-
(::String) — The ID to use for the CustomClass, which will become the final component of
the CustomClass's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
#custom_class_id=
def custom_class_id=(value) -> ::String-
value (::String) — The ID to use for the CustomClass, which will become the final component of
the CustomClass's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
-
(::String) — The ID to use for the CustomClass, which will become the final component of
the CustomClass's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
#parent
def parent() -> ::String-
(::String) — Required. The project and location where this CustomClass will be created.
The expected format is
projects/{project}/locations/{location}.
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The project and location where this CustomClass will be created.
The expected format is
projects/{project}/locations/{location}.
-
(::String) — Required. The project and location where this CustomClass will be created.
The expected format is
projects/{project}/locations/{location}.
#validate_only
def validate_only() -> ::Boolean- (::Boolean) — If set, validate the request and preview the CustomClass, but do not actually create it.
#validate_only=
def validate_only=(value) -> ::Boolean- value (::Boolean) — If set, validate the request and preview the CustomClass, but do not actually create it.
- (::Boolean) — If set, validate the request and preview the CustomClass, but do not actually create it.